Skip to content

Commit

Permalink
update azuredeploy.json README.md for (quickstarts\microsoft.mobilene…
Browse files Browse the repository at this point in the history
…twork\mobilenetwork-update-packet-core-control-plane) ***NO_CI***
  • Loading branch information
Azure Quickstarts Pipeline committed Jul 5, 2022
2 parents d600b94 + 9fff82b commit 724d262
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "Azure Quickstart Templates",
"image": "mcr.microsoft.com/vscode/devcontainers/base:0-bullseye",

// Set *default* container specific settings.json values on container create.
"settings": {},

// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"ms-vscode.azurecli",
"ms-dotnettools.vscode-dotnet-runtime",
"ms-azuretools.vscode-bicep",
"ms-vscode.azure-account",
"msazurermtools.azurerm-vscode-tools",
"bencoleman.armview"
],

// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],

// Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode",
"features": {
"azure-cli": "latest",
"powershell": "latest"
}
}

0 comments on commit 724d262

Please sign in to comment.