Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Unable to parse parameter: command" when deploying the Container Apps ARM template #34

Open
adrianharabula opened this issue Oct 23, 2024 · 0 comments

Comments

@adrianharabula
Copy link

adrianharabula commented Oct 23, 2024

Hello!

I am following the deploy steps documentation on an Azure Cloud Shell. At step 11, I get this:

$ az deployment group create -f main.bicep -g rg-shipping-dronedelivery-${LOCATION} -p \
   logAnalyticsResourceId=$LA_WORKSPACE_ID \
   applicationInsightsInstrumentationKey=$AI_KEY \
   containerRegistryResourceId=$ACR_ID \
   deliveryCosmosdbDatabaseName=$DELIVERY_DATABASE_NAME \
   deliveryCosmosdbCollectionName=$DELIVERY_COLLECTION_NAME \
   deliveryCosmosdbEndpoint=$DELIVERY_COSMOSDB_ENDPOINT \
   deliveryRedisEndpoint=$DELIVERY_REDIS_ENDPOINT \
   deliveryKeyVaultUri=$DELIVERY_KEYVAULT_URI \
   droneSchedulerCosmosdbEndpoint=$DRONESCHEDULER_COSMOSDB_ENDPOINT \
   droneSchedulerKeyVaultUri=$DRONESCHEDULER_KEYVAULT_URI \
   wokflowNamespaceEndpoint=$WORKFLOW_NAMESPACE_ENDPOINT \
   workflowNamespaceSASName=$WORKFLOW_NAMESPACE_SAS_NAME \
   workflowNamespaceSASKey=$WORKFLOW_NAMESPACE_SAS_KEY \
   workflowQueueName=$WORKFLOW_QUEUE_NAME \
   packageMongodbConnectionString=$PACKAGE_MONGODB_CONNNECTIONSTRING \
   ingestionNamespaceName=$INGESTION_NAMESPACE_NAME \
   ingestionNamespaceSASName=$INGESTION_NAMESPACE_SAS_NAME \
   ingestionNamespaceSASKey=$INGESTION_NAMESPACE_SAS_KEY \
   ingestionQueueName=$INGESTION_QUEUE_NAME
/home/adrian/container-apps-fabrikam-dronedelivery/acrpull-roleassignment.bicep(22,9) : Warning BCP334: The provided value can have a length as small as 1 and may be too short to assign to a target with a configured minimum length of 5. [https://aka.ms/bicep/core-diagnostics#BCP334]

Unable to parse parameter: command

What could be the cause for "Unable to parse parameter: command"? I am having some issues knowing what it is referring to.

This is my azure-cli version: 2.65.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant