Archives for Cloud Computing - Page 14
Azure security and Azure Monitoring
Azure security center Visual Real Time Security Alerts ; which disks aren’t encrypted. Remediate issues before they can be exploited with actionable recs. Attack patterns Azure Network Watcher Remote network…
azure batch
Azure Batch Service Account Create an Azure Batch Pool Create an Azure Batch Job Add tasks to the Azure Batch Job
Azure Functions to execute custom code on triggers
Triggers Http Trigger Timer Trigger Github Webhook Generic Webhook CosmosDB Trigger Blob Trigger Queue Trigger (Azure Storage Queue) Event Hub Trigger Azure Logic Apps (Tiggers and Connectors) SQL Server Connection…
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…