Skip to content

Commit 9922da5

Browse files
committed
Fix links.
1 parent 57e58cb commit 9922da5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/container-apps/get-started-existing-container-image.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Now that you have an environment created, you can deploy your first container ap
7171

7272
1. Create key vault
7373

74-
It is recommended to store your container registry password using a service such as [Azure Key Vault](https://learn.microsoft.com/en-us/azure/key-vault/general/basic-concepts). The steps in this section explain how to create a key vault, store your container registry password as a secret in the key vault, and then retrieve the password for use in your code.
74+
It is recommended to store your container registry password using a service such as [Azure Key Vault](/azure/key-vault/general/basic-concepts). The steps in this section explain how to create a key vault, store your container registry password as a secret in the key vault, and then retrieve the password for use in your code.
7575

7676
# [Bash](#tab/bash)
7777

@@ -143,8 +143,8 @@ Now that you have an environment created, you can deploy your first container ap
143143
```
144144

145145
For more information, see
146-
- [Quickstart: Set and retrieve a secret from Azure Key Vault using Azure CLI](../key-vault/secrets/quick-create-cli)
147-
- [Manage Key Vault using the Azure CLI](../key-vault/general/manage-with-cli2.md)
146+
- [Quickstart: Set and retrieve a secret from Azure Key Vault using Azure CLI](/azure/key-vault/secrets/quick-create-cli)
147+
- [Manage Key Vault using the Azure CLI](/azure/key-vault/general/manage-with-cli2.md)
148148

149149
# [Azure PowerShell](#tab/azure-powershell)
150150

@@ -153,7 +153,7 @@ Now that you have an environment created, you can deploy your first container ap
153153
```
154154

155155
For more information, see
156-
- [Quickstart: Set and retrieve a secret from Azure Key Vault using PowerShell](../key-vault/secrets/quick-create-powershell)
156+
- [Quickstart: Set and retrieve a secret from Azure Key Vault using PowerShell](/azure/key-vault/secrets/quick-create-powershell)
157157
- [Use Azure Key Vault in automation](../../powershell/utility-modules/secretmanagement/how-to/using-azure-keyvault?view=ps-modules)
158158

159159
---

0 commit comments

Comments
 (0)