We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
command
1 parent 05803b6 commit 2c16874Copy full SHA for 2c16874
articles/container-apps/azure-resource-manager-api-spec.md
@@ -278,6 +278,10 @@ The following example ARM template deploys a container app.
278
"secretRef": "mysecret"
279
}
280
],
281
+ "command": [
282
+ "npm",
283
+ "start"
284
+ ],
285
"resources": {
286
"cpu": 0.5,
287
"memory": "1Gi"
@@ -392,7 +396,7 @@ properties:
392
396
registries:
393
397
- passwordSecretRef: myregistrypassword
394
398
server: myregistry.azurecr.io
395
- username: myregistrye
399
+ username: myregistry
400
dapr:
401
appId: mycontainerapp
402
appPort: 80
@@ -408,6 +412,9 @@ properties:
408
412
value: 80
409
413
- name: secret_name
410
414
secretRef: mysecret
415
+ command:
416
+ - npm
417
+ - start
411
418
resources:
419
cpu: 0.5
420
memory: 1Gi
0 commit comments