How to deploy AKS cluster bicep template from the command line

lili zhang 25 Reputation points
2025-08-15T21:05:11.4866667+00:00

Dear Sir/Madam,

I cloned and am testing MS reference implementation of aks-fabrikam-dronedelivery.

According to "05-aks-cluster.md" "Deploy the AKS Cluster" "9. Deploy the cluster bicep template from the command line (option 1)

I did the following:

"az deploymeny group create --resource-group rg-shipping-dronedelivery-eastus --template-file cluster-stamp.bicep --parameters ......"

then got the message:

"The configuration value of bicep.use_binary_from_path has set to 'false'.

The content for this response was already consumed."

Then I did the following to try to see the details about the deployment:

"az deployment group list --resource-group rg-shipping-dronedelivery-eastus --query "[].{Name:name, State:properties.provisioningState, Correlation ID:properties.correlationID, Time:timestamp}" --output table" and got the result as the attched.

Please help me out with this! Thanks

Azure Kubernetes Service
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.