Archives for Azure - Page 4
Azure Backup and Replication
Two things – Backup and Recovery vs. Replication Backup and Recovery Azure Backup Service + Volume Shadow Copy Service (for getting latest, consistent snapshot) Azure Backup Server – On Prem…
Azure availability sets
VMs are assigned to 2 fault domains and 5 update domains Create an AS for web tier and a separate one for data tier
Azure DSC vs Azure Automation
To automatically turn off windows server instances – Azure Automation To manage Linux VMs – Chef Cookbooks Azure Automation Account - Runbooks, Assets and Run As Automation is for both…
Identity in Azure
ADFS – used for Federation Trust Only AD Connect – Used for Sync of on prem to Azure Azure ADDS = Used to provide all Domain Services without fully deployed…
Forced Tunneling in Azure
Without Forced Tunneling, Internet bound traffic from your Azure VMs traverses from Azure to Internet directly. No way to inspect or Audit the traffic. You can create a Site to…
Azure service bus queue vs storage queue vs Event Hub vs IoT Hub
Service Bus vs Storage Queue Service Bus is an enterprise scale message queuing ; - up to 1 MB message size ; Storage Queue – 64KB message size Duplicate Detection…
App Service Plans Azure and Azure Cloud Service
App Service Plans Always on (web app doesn’t unload when idle) and SSL – are only available from Basic upwards CNAME (Custom Domain Name) is available from SHARED onwards FREE…
Azure Site Recovery and replication for On Prem HyperV VMs
To replicate or move a Hyper V VM to an azure subscription, you need a Hyper-V Site (on premises). ON azure, you need a storage account and a Site Recovery…
Computer Vision vs. Video Indexer vs. Face API
Vision APIs Computer Vision – Image Classification, OCR and Handwriting Video Indexer - Face Detection in VIDEOS (not images), Object and Activity Detection Custom Vision – Customizable Image recognition Face…
Azure Search–Partitions and Replicas
More Documents = more indexing , more I/O required ? – Create more partitions Load Balancing Queries ? - More Replicas