Tag: Azure Week

Azure App Services with Private Link
Azure App Services with Private Link
Blog Posts

In one of my videos on my YouTube channel, I discuss Azure App Services with Private Link. The video describes how it works and provides an example of deploying the infrastructure with Bicep. The Bicep templates are on GitHub. If you want to jump straight to the video, here it is:https://www.youtube.com/embed/yRIC2U-Vnts?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en&autohide=2&wmode=transparent In the rest of this blog post, I… READ MORE

Storing your Data in Azure
Storing your Data in Azure
Webinars

Tailwind Traders deals with gigantic amounts of data, continually pouring in from sources such as sales, marketing, and fulfillment. In the past, the only choice they had was to put it all into a relational database in a data center. However, by moving to Microsoft Azure, they can now optimize their data storage with increased… READ MORE

Azure Automation and Managed Identities
Azure Automation and Managed Identities
Blog Posts

Azure Automation uses Run As accounts to authenticate and manage resources in an Azure subscription.  In this video, we review using Managed Identities in Azure Automation (preview) to control access to Azure resources.  The video then provides an Azure Automation Tutorial on creating an Azure Automation account, configuring a Managed Identity, setting RBAC permissions, and… READ MORE

ARM Templates: Deploying Azure Monitor Alerts
ARM Templates: Deploying Azure Monitor Alerts
Blog Posts

In my series of blog posts about working with ARM templates I have gone through a lot of different use cases. In the last post I covered how to deploy a nested template to keep the main template a lot cleaner. One thing all posts have in common is that I´m using Azure Monitor as… READ MORE

Azure AppService Off-Site or Remote Backups
Azure AppService Off-Site or Remote Backups
Blog Posts

The adoption of Azure AppService continues to grow, and I fully support this. However, one of the most common requests that I get when transitioning people surround backups and true redundancy and integrity strategies. Out of the box, Azure provides two backup options, which are important to understand. In addition to this, there are easy… READ MORE

Azure Governance: Rename an Azure Subscription with Azure CLI and PowerShell
Azure Governance: Rename an Azure Subscription with Azure CLI and PowerShell
Blog Posts

This blog post will show you how you can change the name of an Azure Subscription with the use of Azure CLI and Azure PowerShell. When a proper Azure governance model is followed, you can ensure that your teams are operating in a secure and compliant Azure environment during design, development and operations. In this way you can not only minimize operational and reputational risks, but it will also help you… READ MORE