Archives for Cloud Computing - Page 14
Azure SQL
Tenancy Secure Isolation of db for each customer – separate tenancy. To save on costs - use elastic pools Best Combo – Db per tenant and elastic pools Performance Tiers…
Blob Storage, Page blob, Block Blob
Azure Blob Storage Locally redundant, Geo Redundant, Zone Redundant, Read Only Geo Redundant Tiers – Cool Tier 30 days; Archive – 180 days Azure Blob vs Azure StorSimple StorSimple is…
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…