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.
2 parents 16e065b + 72e5f11 commit c5f7cb1Copy full SHA for c5f7cb1
azure.yaml
@@ -15,6 +15,7 @@ hooks:
15
postprovision:
16
windows:
17
run: |
18
+ dotnet user-secrets set "AZURE_COSMOS_DB_NOSQL_ENDPOINT" "$env:AZURE_COSMOS_ENDPOINT" --project ./src/web/Cosmos.Samples.NoSQL.Quickstart.Web.csproj
19
Write-Host ""
20
Write-Host "View the running web application in Azure Container Apps:"
21
Write-Host "$env:AZURE_CONTAINER_APP_ENDPOINT" -ForegroundColor Cyan
@@ -23,6 +24,7 @@ hooks:
23
24
interactive: true
25
posix:
26
27
+ dotnet user-secrets set "AZURE_COSMOS_DB_NOSQL_ENDPOINT" "$AZURE_COSMOS_ENDPOINT" --project ./src/web/Cosmos.Samples.NoSQL.Quickstart.Web.csproj
28
echo ""
29
echo "View the running web application in Azure Container Apps:"
30
echo -e "\033[0;36m$AZURE_CONTAINER_APP_ENDPOINT\033[0m"
0 commit comments