Archives for Azure - Page 3
Azure Tenants, Domains and Subscriptions
Say you have an existing O365Tenant – with a domain - You can set up additional subscriptions within this tenant – as well as additional domains within it. The primary…
Azure Add Guest User to Office 365
Go into AAD --> Users --> Add Guest User --> enter their email Once they accept, go back into AAD --> Enterprise Applications. Look for Office 365 --> Add users…
Azure Devops–Repeatable Process
Boards —> work items —> boards —> backlogs —> Sprints —> Queries — backlog items, tasks —> traceability Repos —> TFVC , git, github, pull requests - before committing to…
Azure Visio Diagrams
It wasn't the easiest job finding azure visio diagrams online. I knew these diagrams existed. Here is where to find azure solution diagrams in visio as well as azure visio…
Azure Disks– Azure managed disks
Disk Encryption Azure Disk Encryption helps protect and safeguard your data to meet your organizational security and compliance commitments. It uses the BitLocker feature of Windows and the DM-Crypt feature…
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…