Skip to content

Commit

Permalink
Merge pull request #89 from Azure-Samples/marlenezw-patch-1
Browse files Browse the repository at this point in the history
Update devcontainer.json to include azd
  • Loading branch information
marlenezw authored Jun 19, 2024
2 parents 62f60c3 + 38a7f39 commit 9f2a62d
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@
"ghcr.io/devcontainers/features/terraform:1": {
"terragrunt": "0.58.6"
},
"ghcr.io/devcontainers/features/azure-cli:1": {},
"ghcr.io/devcontainers/features/azure-cli:1": {
"version": "latest",
"extensions": "aks-preview",
"installBicep": true},
"ghcr.io/azure/azure-dev/azd:latest": {},
"ghcr.io/devcontainers/features/common-utils:2": {
"configureZshAsDefaultShell": true
},
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {},
"ghcr.io/devcontainers/features/node:1": {},
Expand All @@ -34,10 +41,12 @@
},
"forwardPorts": [
3000,
5000
5000,
8080

],
"containerEnv": {
"AZD_SKIP_UPDATE_CHECK": "true"
}
}

0 comments on commit 9f2a62d

Please sign in to comment.