Skip to content

Update for Ignite 2024 #61

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

Merged
merged 1 commit into from
Nov 6, 2024
Merged
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
3 changes: 0 additions & 3 deletions .github/workflows/azure-dev.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Deploy to Azure
on:
workflow_dispatch:
push:
branches:
- main
permissions:
id-token: write
contents: read
Expand Down
Binary file modified assets/web.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ hooks:
postprovision:
windows:
run: |
dotnet user-secrets set "AZURE_COSMOS_DB_NOSQL_ENDPOINT" "$env:AZURE_COSMOS_DB_NOSQL_ENDPOINT" --project ./src/web/Microsoft.Samples.Cosmos.NoSQL.Quickstart.Web.csproj
dotnet user-secrets set "CONFIGURATION:AZURECOSMOSDB:ENDPOINT" "$env:CONFIGURATION__AZURECOSMOSDB__ENDPOINT" --project ./src/web/Microsoft.Samples.Cosmos.NoSQL.Quickstart.Web.csproj
shell: pwsh
continueOnError: false
interactive: true
posix:
run: |
dotnet user-secrets set "AZURE_COSMOS_DB_NOSQL_ENDPOINT" "$AZURE_COSMOS_DB_NOSQL_ENDPOINT" --project ./src/web/Microsoft.Samples.Cosmos.NoSQL.Quickstart.Web.csproj
dotnet user-secrets set "CONFIGURATION:AZURECOSMOSDB:ENDPOINT" "$CONFIGURATION__AZURECOSMOSDB__ENDPOINT" --project ./src/web/Microsoft.Samples.Cosmos.NoSQL.Quickstart.Web.csproj
shell: sh
continueOnError: false
interactive: true
8 changes: 0 additions & 8 deletions infra/abbreviations.json

This file was deleted.

67 changes: 0 additions & 67 deletions infra/app/database.bicep

This file was deleted.

18 changes: 0 additions & 18 deletions infra/app/identity.bicep

This file was deleted.

35 changes: 0 additions & 35 deletions infra/app/registry.bicep

This file was deleted.

95 changes: 0 additions & 95 deletions infra/app/web.bicep

This file was deleted.

Loading