You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hello!
I am following the deploy steps documentation on an Azure Cloud Shell. At step 11, I get this:
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
The text was updated successfully, but these errors were encountered: