Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 0 additions & 2 deletions templates/common/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
ARG VARIANT=bullseye
FROM mcr.microsoft.com/vscode/devcontainers/base:0-${VARIANT}
WORKDIR /extensions
RUN curl -fsSL https://aka.ms/install-azd.sh | bash \
&& curl -fsSLo azure-dev.vsix https://aka.ms/azure-dev/vsix \
&& curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg \
&& mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg \
&& sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/debian/$(lsb_release -rs | cut -d'.' -f 1)/prod $(lsb_release -cs) main" > /etc/apt/sources.list.d/dotnetdev.list' \
Expand Down
10 changes: 5 additions & 5 deletions templates/common/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
}
},
"extensions": [
"/extensions/azure-dev.vsix",
"dbaeumer.vscode-eslint",
"ms-azuretools.azure-dev",
"ms-azuretools.vscode-bicep",
"eg2.vscode-npm-script",
"ms-azuretools.vscode-docker",
"ms-azuretools.vscode-azurefunctions",
"ms-vscode.vscode-node-azure-pack",
"ms-vscode.js-debug",
"ms-azuretools.vscode-azurefunctions",
"ms-dotnettools.csharp",
"ms-dotnettools.vscode-dotnet-runtime",
"esbenp.prettier-vscode",
"ms-dotnettools.vscode-dotnet-runtime"
"eg2.vscode-npm-script",
"dbaeumer.vscode-eslint"
],
"forwardPorts": [
3000,
Expand Down
16 changes: 10 additions & 6 deletions templates/todo/projects/csharp-cosmos-sql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,16 @@ The Azure Developer experience includes an Azure Developer CLI VS Code Extension

Here's how to install it:

1. Download the extension from https://aka.ms/azure-dev/vsix
1. In VS Code:
- Open "Extensions" (Ctrl+Shift+X)
- Click the ... menu at top of Extensions sidebar
- Click "Install from VSIX"
- Select location of downloaded file
#### VS Code

1. Click on the "Extensions" tab in VS Code
1. Search for "Azure Developer CLI" - authored by Microsoft
1. Click "Install"

#### Marketplace

1. Go to the [Azure Developer CLI - VS Code Extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.azure-dev) page
1. Click "Install"

Once the extension is installed, you can press `F1`, and type "Azure Developer CLI" to see all of your available options. You can also right click on your project's `azure.yaml` file for a list of commands.

Expand Down
16 changes: 10 additions & 6 deletions templates/todo/projects/nodejs-mongo-aca/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,16 @@ The Azure Developer experience includes an Azure Developer CLI VS Code Extension

Here's how to install it:

1. Download the extension from https://aka.ms/azure-dev/vsix
1. In VS Code:
- Open "Extensions" (Ctrl+Shift+X)
- Click the ... menu at top of Extensions sidebar
- Click "Install from VSIX"
- Select location of downloaded file
#### VS Code

1. Click on the "Extensions" tab in VS Code
1. Search for "Azure Developer CLI" - authored by Microsoft
1. Click "Install"

#### Marketplace

1. Go to the [Azure Developer CLI - VS Code Extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.azure-dev) page
1. Click "Install"

Once the extension is installed, you can press `F1`, and type "Azure Developer CLI" to see all of your available options. You can also right click on your project's `azure.yaml` file for a list of commands.

Expand Down
16 changes: 10 additions & 6 deletions templates/todo/projects/nodejs-mongo-swa-func/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,16 @@ The Azure Developer experience includes an Azure Developer CLI VS Code Extension

Here's how to install it:

1. Download the extension from https://aka.ms/azure-dev/vsix
1. In VS Code:
- Open "Extensions" (Ctrl+Shift+X)
- Click the ... menu at top of Extensions sidebar
- Click "Install from VSIX"
- Select location of downloaded file
#### VS Code

1. Click on the "Extensions" tab in VS Code
1. Search for "Azure Developer CLI" - authored by Microsoft
1. Click "Install"

#### Marketplace

1. Go to the [Azure Developer CLI - VS Code Extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.azure-dev) page
1. Click "Install"

Once the extension is installed, you can press `F1`, and type "Azure Developer CLI" to see all of your available options. You can also right click on your project's `azure.yaml` file for a list of commands.

Expand Down
16 changes: 10 additions & 6 deletions templates/todo/projects/nodejs-mongo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,16 @@ The Azure Developer experience includes an Azure Developer CLI VS Code Extension

Here's how to install it:

1. Download the extension from https://aka.ms/azure-dev/vsix
1. In VS Code:
- Open "Extensions" (Ctrl+Shift+X)
- Click the ... menu at top of Extensions sidebar
- Click "Install from VSIX"
- Select location of downloaded file
#### VS Code

1. Click on the "Extensions" tab in VS Code
1. Search for "Azure Developer CLI" - authored by Microsoft
1. Click "Install"

#### Marketplace

1. Go to the [Azure Developer CLI - VS Code Extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.azure-dev) page
1. Click "Install"

Once the extension is installed, you can press `F1`, and type "Azure Developer CLI" to see all of your available options. You can also right click on your project's `azure.yaml` file for a list of commands.

Expand Down
16 changes: 10 additions & 6 deletions templates/todo/projects/python-mongo-aca/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,16 @@ The Azure Developer experience includes an Azure Developer CLI VS Code Extension

Here's how to install it:

1. Download the extension from https://aka.ms/azure-dev/vsix
1. In VS Code:
- Open "Extensions" (Ctrl+Shift+X)
- Click the ... menu at top of Extensions sidebar
- Click "Install from VSIX"
- Select location of downloaded file
#### VS Code

1. Click on the "Extensions" tab in VS Code
1. Search for "Azure Developer CLI" - authored by Microsoft
1. Click "Install"

#### Marketplace

1. Go to the [Azure Developer CLI - VS Code Extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.azure-dev) page
1. Click "Install"

Once the extension is installed, you can press `F1`, and type "Azure Developer CLI" to see all of your available options. You can also right click on your project's `azure.yaml` file for a list of commands.

Expand Down
16 changes: 10 additions & 6 deletions templates/todo/projects/python-mongo-swa-func/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,16 @@ The Azure Developer experience includes an Azure Developer CLI VS Code Extension

Here's how to install it:

1. Download the extension from https://aka.ms/azure-dev/vsix
1. In VS Code:
- Open "Extensions" (Ctrl+Shift+X)
- Click the ... menu at top of Extensions sidebar
- Click "Install from VSIX"
- Select location of downloaded file
#### VS Code

1. Click on the "Extensions" tab in VS Code
1. Search for "Azure Developer CLI" - authored by Microsoft
1. Click "Install"

#### Marketplace

1. Go to the [Azure Developer CLI - VS Code Extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.azure-dev) page
1. Click "Install"

Once the extension is installed, you can press `F1`, and type "Azure Developer CLI" to see all of your available options. You can also right click on your project's `azure.yaml` file for a list of commands.

Expand Down
16 changes: 10 additions & 6 deletions templates/todo/projects/python-mongo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,16 @@ The Azure Developer experience includes an Azure Developer CLI VS Code Extension

Here's how to install it:

1. Download the extension from https://aka.ms/azure-dev/vsix
1. In VS Code:
- Open "Extensions" (Ctrl+Shift+X)
- Click the ... menu at top of Extensions sidebar
- Click "Install from VSIX"
- Select location of downloaded file
#### VS Code

1. Click on the "Extensions" tab in VS Code
1. Search for "Azure Developer CLI" - authored by Microsoft
1. Click "Install"

#### Marketplace

1. Go to the [Azure Developer CLI - VS Code Extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.azure-dev) page
1. Click "Install"

Once the extension is installed, you can press `F1`, and type "Azure Developer CLI" to see all of your available options. You can also right click on your project's `azure.yaml` file for a list of commands.

Expand Down