Archives for Cloud Computing - Page 15
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
Azure stack web roles , worker roles
Web roles are Windows Server VMs with IIS enabled Worker roles are Windows Server VMs with IIS disabled (and you could manually enable it) VM roles are Windows Server 2008…
Azure Push Notifications (to IOS devices)
Generate the certificate signing request file Request your app for push notifications Create a provisioning profile for the app Configure your notification hub for iOS push notifications Connect your iOS…
DMZ Subnet Azure
#create-a-vnet
Manual Licensing Calculation for Software Assurance (aka License Mobility)
•Example - AWS EC2/RDS Instance are charged hourly. To provision a SQL server which needs to be up 24X7. •Say hourly rate is $ Per hour rate (per year cost…
Failover and Disaster Recovery Questions to Ask Customers
1. Is it a purely failover scenario or 'failover and fallback'? 2. How will DNS resolution work for the failover environment? 3. How will user authentication to the web app…