Skip to content

Commit

Permalink
Merge pull request #27 from Azure-Samples/remove-container-image
Browse files Browse the repository at this point in the history
Remove unused default container image
  • Loading branch information
seesharprun committed Jan 10, 2024
2 parents 33988ce + 09b105f commit 8d60d8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion infra/app/web.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ module containerAppsApp '../core/host/container-apps/app.bicep' = {
userAssignedManagedIdentityIds: [
userAssignedManagedIdentity.resourceId
]
containerImage: 'ghcr.io/azure-samples/cosmos-db-nosql-dotnet-quickstart:main' // Pre-built container image and tag from GitHub
}
}

Expand Down

0 comments on commit 8d60d8d

Please sign in to comment.