Skip to content

Commit d251bc2

Browse files
committed
fixing blocking issues
1 parent ef2de71 commit d251bc2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/aks/learn/quick-kubernetes-deploy-bicep-extensibility-kubernetes-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Use the following procedure to add the application definition:
173173
1. Press <kbd>Ctrl+Shift+P</kbd> to open **Command Palette**.
174174
1. Search for **bicep**, and then select **Bicep: Import Kubernetes Manifest**.
175175
176-
:::image type="content" source="./media/quick-kubernetes-deploy-bicep-extensibility-kubernetes-provider/bicep-extensibility-kubernetes-provider-import-kubernetes-manifest.png" alt-text="Screenshot of Visual Studio Code import Kubernetes Manifest":::
176+
:::image type="content" source="./media/quick-kubernetes-deploy-bicep-extensibility-kubernetes-provider/bicep-extensibility-kubernetes-provider-import-kubernetes-manifest.png" alt-text="Screenshot of Visual Studio Code import Kubernetes Manifest.":::
177177
178178
1. Select `azure-vote.yaml` from the prompt. This process creates an `azure-vote.bicep` file in the same folder.
179179
1. Open `azure-vote.bicep` and add the following line at the end of the file to output the load balancer public IP:

articles/azure-resource-manager/bicep/visual-studio-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ This command decompiles an ARM JSON template into a Bicep file, and places it in
6565

6666
You can deploy Bicep files directly from Visual Studio Code. Select **Deploy Bicep file** from the command palette or from the context menu. The extension prompts you to sign in Azure, select subscription, create/select resource group, and enter parameter values.
6767

68-
[!INCLUDE [vscode authentication](../../../includes/resource-manager-vscode-authentication.md)]
68+
[!INCLUDE [Visual Studio Code authentication](../../../includes/resource-manager-vscode-authentication.md)]
6969

7070
### Generate parameters file
7171

@@ -81,7 +81,7 @@ The `insert resource` command adds a resource declaration in the Bicep file by p
8181

8282
You can find the resource ID by using one of these methods:
8383

84-
- Use [Azure Resource extension for VSCode](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azureresourcegroups).
84+
- Use [Azure Resource extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azureresourcegroups).
8585

8686
:::image type="content" source="./media/visual-studio-code/visual-studio-code-azure-resources-extension.png" alt-text="Screenshot of Visual Studio Code Azure Resources extension.":::
8787

0 commit comments

Comments
 (0)