In Part 1, we looked at cloning a sample Docker Container based on Python Django. We tested this Container Image by running it to ensure it operates correctly. We then created a new GitHub Repository and pushed our Docker Container Source Code into your own GitHub Repository.In this second part, we take a look at creating an ACR, pushing our image up to ACR, and setting … [Read more...] about ACR Tasks to Automatically Update Azure Web App Containers – Part 2
Azure
ACR Tasks to Automatically Update Azure Web App Containers – Part 1
One of the features Azure Web App provides is to leverage containers for the website you are hosting. The offering is officially called, "Web App for Containers." This provides several benefits:Easily deploy and run containers applications that scale with your businessUse a fully-managed platform to perform infrastructure maintenanceTake advantage of build-in auto scaling … [Read more...] about ACR Tasks to Automatically Update Azure Web App Containers – Part 1
Automate Azure Disk Encryption for Windows Virtual Machines
There's two methods for Encryption-At-Rest for Virtual Machines. Those methods are Storage Service Encryption and Azure Disk Encryption. I won't go into too much detail as to the differences and what Encryption-At-Rest is as all that is documented very well here.The high-level is that Storage Service Encryption (which is enabled by default and cannot be disabled) encrypts … [Read more...] about Automate Azure Disk Encryption for Windows Virtual Machines
Azure Management Groups and Custom RBAC Roles
Update (10/14/2021) - Custom RBAC Roles in Azure Management Groups is in Public Preview. Link here. It is advised to follow official guidance and use the below as expirimental only.Azure Management Groups are containers that help you manage access, policy, and compliance across multiple subscriptions. Azure Management Groups provide a level of scope above subscriptions. … [Read more...] about Azure Management Groups and Custom RBAC Roles
HTML Reports using Azure Logic Apps and PowerShell Function Apps – Part 2
In Part 1, we looked at creating an Azure Function, assigning it a Managed Service Identity (MSI) and assigning the MSI RBAC Permissions. We then look through the default PowerShell code that is created when creating a PowerShell Function in order to better understand how to code an Azure PowerShell Function.In this second part, we take a look at updating the code in our … [Read more...] about HTML Reports using Azure Logic Apps and PowerShell Function Apps – Part 2






