Azure Infrastructure as Code (IaC): Tip of the Day
Are you adopting and implementing the Well-Architected Framework and Cloud Adoption Framework for Azure? If so, leveraging Bicep or Terraform are an fundamental part of that journey.
Scenario: If you need to create Linux-based Server Farms (i.e. App Service Plans), you will want to take note of this article.
Note: Both the kind: 'linux' and reserved: true parameters must be set otherwise the operating system will default to Windows.
Hopefully this article will prevent hours of consternation when creating and testing your architecture templates.
Happy Coding!