Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion with-dapr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ az containerapp create \
--image 'ghcr.io/azure-samples/container-apps-connect-multiple-apps/node-dapr:main' \
--target-port 3000 \
--ingress 'external' \
--environment-variables DOTNET_APP_ID=dotnet-app-dapr \
--env-vars DOTNET_APP_ID=dotnet-app-dapr \
--dapr-app-id node-app-dapr \
--enable-dapr true \
--query configuration.ingress.fqdn
Expand Down
2 changes: 1 addition & 1 deletion with-fqdn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ az containerapp create \
--image 'ghcr.io/azure-samples/container-apps-connect-multiple-apps/node:main' \
--target-port 3000 \
--ingress 'external' \
--environment-variables DOTNET_FQDN=$DOTNET_FQDN \
--env-vars DOTNET_FQDN=$DOTNET_FQDN \
--query configuration.ingress.fqdn
```