Skip to content

Commit 0833c25

Browse files
authored
Fixed alt text
1 parent c9d1750 commit 0833c25

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

articles/app-service/configure-ssl-certificate.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@ The free certificate comes with the following limitations:
9090

9191
1. In the [Azure portal](https://portal.azure.com), from the left menu, select **App Services** > **\<app-name>**.
9292

93-
1. On the left menu for your app, select **TLS/SSL settings** > **Private Key Certificates (.pfx)** > **Create App Service Managed Certificate**.
93+
1. On your app's navgiation menu, select **TLS/SSL settings**. On the pane that opens, select **Private Key Certificates (.pfx)** > **Create App Service Managed Certificate**.
9494

95-
![Create free certificate in App Service](./media/configure-ssl-certificate/create-free-cert.png)
95+
![Screenshot of app menu with "TLS/SSL settings", "Private Key Certificates (.pfx)", and "Create App Service Managed Certificate" selected.](./media/configure-ssl-certificate/create-free-cert.png)
9696

9797
1. Select the custom domain for the free certificate, and then select **Create**. You can create only one certificate for each supported custom domain.
9898

9999
When the operation completes, the certificate appears in the **Private Key Certificates** list.
100100

101-
![Create free certificate finished](./media/configure-ssl-certificate/create-free-cert-finished.png)
101+
![Screenshot of "Private Key Certificates" pane with newly created certificate listed.](./media/configure-ssl-certificate/create-free-cert-finished.png)
102102

103103
1. To secure a custom domain with this certificate, you still have to create a certificate binding. Follow the steps in [Create binding](configure-ssl-bindings.md#create-binding).
104104

@@ -131,7 +131,7 @@ If you already have a working App Service certificate, you can complete the foll
131131
>
132132
> App Service Certificates purchased from Azure are issued by GoDaddy. For some domains, you must explicitly allow GoDaddy as a certificate issuer by creating a [CAA domain record](https://wikipedia.org/wiki/DNS_Certification_Authority_Authorization) with the value: `0 issue godaddy.com`
133133
134-
:::image type="content" source="./media/configure-ssl-certificate/purchase-app-service-cert.png" alt-text="Start App Service certificate purchase":::
134+
:::image type="content" source="./media/configure-ssl-certificate/purchase-app-service-cert.png" alt-text="Screenshot of 'Create App Service Certificate' pane with purchase options.":::
135135

136136
1. To help you configure the certificate, use the following table. When you're done, select **Create**.
137137

@@ -148,9 +148,9 @@ If you already have a working App Service certificate, you can complete the foll
148148

149149
[Key Vault](../key-vault/general/overview.md) is an Azure service that helps safeguard cryptographic keys and secrets used by cloud applications and services. For App Service certificates, the storage of choice is Key Vault. After you finish the certificate purchase process, you have to complete a few more steps before you start using this certificate.
150150

151-
1. On the [App Service Certificates page](https://portal.azure.com/#blade/HubsExtension/Resources/resourceType/Microsoft.CertificateRegistration%2FcertificateOrders), select the certificate, and then select **Certificate Configuration** > **Step 1: Store**.
151+
1. On the [App Service Certificates page](https://portal.azure.com/#blade/HubsExtension/Resources/resourceType/Microsoft.CertificateRegistration%2FcertificateOrders), select the certificate. On the certificate menu, select **Certificate Configuration** > **Step 1: Store**.
152152

153-
![Configure Key Vault storage of App Service certificate](./media/configure-ssl-certificate/configure-key-vault.png)
153+
![Screenshot of "Certificate Configuration" pane with "Step 1: Store" selected.](./media/configure-ssl-certificate/configure-key-vault.png)
154154

155155
1. On the **Key Vault Status** page, to create a new vault or choose an existing vault, select **Key Vault Repository**.
156156

@@ -171,7 +171,7 @@ If you already have a working App Service certificate, you can complete the foll
171171

172172
1. From the same **Certificate Configuration** page in the previous section, select **Step 2: Verify**.
173173

174-
![Verify domain for App Service certificate](./media/configure-ssl-certificate/verify-domain.png)
174+
![Screenshot of "Certificate Configuration" pane with "Step 2: Verify" selected.](./media/configure-ssl-certificate/verify-domain.png)
175175

176176
1. Select **App Service Verification**. However, because you previously mapped the domain to your web app per the [Prerequisites](#prerequisites), the domain is already verified. To finish this step, just select **Verify**, and then select **Refresh** until the message **Certificate is Domain Verified** appears.
177177

@@ -193,15 +193,15 @@ The following domain verification methods are supported:
193193

194194
1. In the [Azure portal](https://portal.azure.com), from the left menu, select **App Services** > **\<app-name>**.
195195

196-
1. From the left menu for your app, select **TLS/SSL settings** > **Private Key Certificates (.pfx)** > **Import App Service Certificate**.
196+
1. From your app's navgiation menu, select **TLS/SSL settings** > **Private Key Certificates (.pfx)** > **Import App Service Certificate**.
197197

198-
![Import App Service certificate in App Service](./media/configure-ssl-certificate/import-app-service-cert.png)
198+
![Screenshot of app menu with "TLS/SSL settings", "Private Key Certificates (.pfx)", and "Import App Service certificate" selected.](./media/configure-ssl-certificate/import-app-service-cert.png)
199199

200200
1. Select the certificate that you just purchased, and then select **OK**.
201201

202202
When the operation completes, the certificate appears in the **Private Key Certificates** list.
203203

204-
![Import App Service certificate finished](./media/configure-ssl-certificate/import-app-service-cert-finished.png)
204+
![Screenshot of "Private Key Certificates" pane with purchased certificate listed.](./media/configure-ssl-certificate/import-app-service-cert-finished.png)
205205

206206
1. To secure a custom domain with this certificate, you still have to create a certificate binding. Follow the steps in [Create binding](configure-ssl-bindings.md#create-binding).
207207

@@ -225,9 +225,9 @@ By default, the App Service resource provider doesn't have access to your key va
225225

226226
1. In the [Azure portal](https://portal.azure.com), on the left menu, select **App Services** > **\<app-name>**.
227227

228-
1. From the left navigation menu for your app, select **TLS/SSL settings** > **Private Key Certificates (.pfx)** > **Import Key Vault Certificate**.
228+
1. From your app's navigation menu, select **TLS/SSL settings** > **Private Key Certificates (.pfx)** > **Import Key Vault Certificate**.
229229

230-
![Import Key Vault certificate in App Service](./media/configure-ssl-certificate/import-key-vault-cert.png)
230+
![Screenshot of "TLS/SSL settings", "Private Key Certificates (.pfx)", and "Import Key Vault Certificate" selected.](./media/configure-ssl-certificate/import-key-vault-cert.png)
231231

232232
1. To help you select the certificate, use the following table:
233233

@@ -239,7 +239,7 @@ By default, the App Service resource provider doesn't have access to your key va
239239

240240
When the operation completes, the certificate appears in the **Private Key Certificates** list. If the import fails with an error, the certificate doesn't meet the [requirements for App Service](#private-certificate-requirements).
241241

242-
![Import Key Vault certificate finished](./media/configure-ssl-certificate/import-app-service-cert-finished.png)
242+
![Screenshot of "Private Key Certificates" pane with imported certificate listed.](./media/configure-ssl-certificate/import-app-service-cert-finished.png)
243243

244244
> [!NOTE]
245245
> If you update your certificate in Key Vault with a new certificate, App Service automatically syncs your certificate within 24 hours.
@@ -298,15 +298,15 @@ You're now ready upload the certificate to App Service.
298298

299299
1. In the [Azure portal](https://portal.azure.com), from the left menu, select **App Services** > **\<app-name>**.
300300

301-
1. From the left menu for your app, select **TLS/SSL settings** > **Private Key Certificates (.pfx)** > **Upload Certificate**.
301+
1. From your app's navigation menu, select **TLS/SSL settings** > **Private Key Certificates (.pfx)** > **Upload Certificate**.
302302

303-
![Upload private certificate in App Service](./media/configure-ssl-certificate/upload-private-cert.png)
303+
![Screenshot of "TLS/SSL settings", "Private Key Certificates (.pfx)", "Upload Certificate" selected.](./media/configure-ssl-certificate/upload-private-cert.png)
304304

305305
1. In **PFX Certificate File**, select your PFX file. In **Certificate password**, enter the password that you created when you exported the PFX file. When you're done, select **Upload**.
306306

307307
When the operation completes, the certificate appears in the **Private Key Certificates** list.
308308

309-
![Upload certificate finished](./media/configure-ssl-certificate/create-free-cert-finished.png)
309+
![Screenshot of "Private Key Certificates" pane with uploaded certificate listed.](./media/configure-ssl-certificate/create-free-cert-finished.png)
310310

311311
1. To secure a custom domain with this certificate, you still have to create a certificate binding. Follow the steps in [Create binding](configure-ssl-bindings.md#create-binding).
312312

@@ -316,11 +316,11 @@ Public certificates are supported in the *.cer* format.
316316

317317
1. In the [Azure portal](https://portal.azure.com), from the left menu, select **App Services** > **\<app-name>**.
318318

319-
1. From the left menu for your app, select **TLS/SSL settings** > **Public Certificates (.cer)** > **Upload Public Key Certificate**.
319+
1. From your app's navigation menu, select **TLS/SSL settings** > **Public Certificates (.cer)** > **Upload Public Key Certificate**.
320320

321321
1. For **Name**, enter the name for the certificate. In **CER Certificate file**, select your CER file. When you're done, select **Upload**.
322322

323-
![Upload public certificate in App Service](./media/configure-ssl-certificate/upload-public-cert.png)
323+
![Screenshot of name and public key certificate to upload.](./media/configure-ssl-certificate/upload-public-cert.png)
324324

325325
1. After the certificate is uploaded, copy the certificate thumbprint, and then review [Make the certificate accessible](configure-ssl-certificate-in-code.md#make-the-certificate-accessible).
326326

@@ -363,7 +363,7 @@ By default, App Service certificates have a one-year validity period. Before and
363363

364364
If you turn on automatic renewal, certificates can start automatically renewing 32 days before expiration.
365365

366-
![Renew App Service certificate automatically](./media/configure-ssl-certificate/auto-renew-app-service-cert.png)
366+
![Screenshot of specified certificate's auto renewal settings.](./media/configure-ssl-certificate/auto-renew-app-service-cert.png)
367367

368368
1. To manually renew the certificate instead, select **Manual Renew**. You can request to manually renew your certificate 60 days before expiration.
369369

@@ -401,7 +401,7 @@ If you think your certificate's private key is compromised, you can rekey your c
401401

402402
1. To start the process, select **Rekey**. This process can take 1-10 minutes to complete.
403403

404-
![Rekey an App Service certificate](./media/configure-ssl-certificate/rekey-app-service-cert.png)
404+
![Screenshot of rekeying an App Service certificate.](./media/configure-ssl-certificate/rekey-app-service-cert.png)
405405

406406
1. You might also be required to [reconfirm domain ownership](#confirm-domain-ownership).
407407

@@ -466,7 +466,7 @@ To prevent accidental deletion, Azure puts a lock on the App Service certificate
466466

467467
1. On your certificate, find the lock with the lock type named **Delete**. To the right side, select **Delete**.
468468

469-
![Delete lock for App Service certificate](./media/configure-ssl-certificate/delete-lock-app-service-cert.png)
469+
![Screenshot of deleting the lock on an App Service certificate.](./media/configure-ssl-certificate/delete-lock-app-service-cert.png)
470470

471471
1. Now, you can delete the App Service certificate. From the left menu, select **Overview** > **Delete**.
472472

0 commit comments

Comments
 (0)