Skip to content

Commit 674afaa

Browse files
committed
screenshot update
1 parent cc17201 commit 674afaa

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed
-78.2 KB
Loading

articles/spring-apps/tutorial-custom-domain.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -160,18 +160,20 @@ az keyvault set-policy -g <key vault resource group> -n <key vault name> --obje
160160

161161
### Import certificate to Azure Spring Apps
162162

163-
#### [Portal](#tab/Azure-portal)
164-
1. Go to your service instance.
165-
1. From the left navigation pane of your app, select **TLS/SSL settings**.
166-
1. Then select **Import Key Vault Certificate**.
163+
#### [Azure portal](#tab/Azure-portal)
164+
165+
1. Go to your Azure Spring Apps instance.
166+
1. From the left navigation pane, select **TLS/SSL settings**.
167+
1. Select **Import key vault certificate**.
168+
169+
:::image type="content" source="./media/custom-dns-tutorial/import-certificate.png" alt-text="Screenshot of the Azure portal showing the TLS/SSL settings page for an Azure Spring Apps instance, with the Import key vault certificate button highlighted." lightbox="./media/custom-dns-tutorial/import-certificate.png":::
167170

168-
![Import certificate](./media/custom-dns-tutorial/import-certificate.png)
169171

170172
1. When you have successfully imported your certificate, you'll see it in the list of **Private Key Certificates**.
171173

172174
![Private key certificate](./media/custom-dns-tutorial/key-certificates.png)
173175

174-
#### [CLI](#tab/Azure-CLI)
176+
#### [Azure CLI](#tab/Azure-CLI)
175177

176178
```azurecli
177179
az spring certificate add --name <cert name> --vault-uri <key vault uri> --vault-certificate-name <key vault cert name>

0 commit comments

Comments
 (0)