Skip to main content

· 6 min read

The Azure Naming Tool was created to help administrators define and manage their naming conventions for Azure resources while providing a simple interface for users to generate a compliant name. The tool was developed using a naming pattern based on Microsoft's best practices. Once an administrator has defined the organizational components, users can use the tool to generate a name for the desired Azure resource.

Today, we will use the Azure Naming Tool API to generate a name for our storage account bicep resource.

Azure Naming Tool Logo

· 4 min read

An Azure deployment stack is a type of Azure resource that enables the management of a group of Azure resources as an atomic unit.

If you deploy a new Deployment Stack, all resources in your ARM/Bicep template will be included as Managed resources, but what if you want to include a resource deployed outside of Bicep into your Deployment Stack?

Blog Heading

A community member approached me to ask how they could do this, so let us take a look.

· One min read

When deploying an Event Hub using Azure Bicep, you may get the following error:

"code": "BadRequest", "message": "The specified service namespace is invalid. CorrelationId: 652cc73c-1fa7-450a-9788-b73ad6a818df"

The specified service namespace is invalid

This could be caused by the name of your namespace needing to meet the naming requirements.

· 12 min read

Copilot for Azure is an AI companion that simplifies how you design, operate, optimize, and troubleshoot apps and infrastructure from cloud to edge.

With Copilot, gain new insights, discover more benefits of the cloud, and orchestrate data across both the cloud and the edge. Copilot AI assistance utilizes language models, the Azure control plane, and insights about your Azure and Arc–enabled assets.

This is carried out within Azure's steadfast commitment to safeguarding your data security and privacy.

This article contains my own personal thoughts and experiences; make sure you approach this capability with an open eye; my views may not necessarily be your own.