Skip to content

Commit 410f346

Browse files
committed
validation
1 parent 6081983 commit 410f346

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.custom: seodec18
2020

2121
# Use an SSL certificate in your code in Azure App Service
2222

23-
You can access the [public or private certificates you add to App Service](configure-ssl-certificate.md). Your app code may act as a client and access an external service that requires certificate authentication, or that your app needs to perform cryptographic tasks. This how-to guide shows how to use public or private certificates in your application code.
23+
In your application code, you can access the [public or private certificates you add to App Service](configure-ssl-certificate.md). Your app code may act as a client and access an external service that requires certificate authentication, or it may need to perform cryptographic tasks. This how-to guide shows how to use public or private certificates in your application code.
2424

2525
This approach to using certificates in your code makes use of the SSL functionality in App Service, which requires your app to be in **Basic** tier or above. If your app is in **Free** or **Shared** tier, you can [include the certificate file in your app repository](#load-certificate-from-file).
2626

@@ -55,7 +55,7 @@ To make all your certificates accessible, set the value to `*`.
5555

5656
## Load certificate in Windows apps
5757

58-
The `WEBSITE_LOAD_CERTIFICATES` app settings makes the specified certificates accessible to your Windows hosted app in the Windows certificate store, and the location depends on the [pricing tier](overview-hosting-plans.md):
58+
The `WEBSITE_LOAD_CERTIFICATES` app setting makes the specified certificates accessible to your Windows hosted app in the Windows certificate store, and the location depends on the [pricing tier](overview-hosting-plans.md):
5959

6060
- **Isolated** tier - in [Local Machine\My](/windows-hardware/drivers/install/local-machine-and-current-user-certificate-stores).
6161
- All other tiers - in [Current User\My](/windows-hardware/drivers/install/local-machine-and-current-user-certificate-stores).

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ To secure a custom domain in an SSL binding, the certificate has additional requ
6060

6161
The free App Service Managed Certificate is a turn-key solution for securing your custom DNS name in App Service. It's a fully functional SSL certificate that's managed by App Service and renewed automatically. The free certificate comes with the following limitations:
6262

63+
- Does not support wildcard certificates.
6364
- Does not support naked domains.
6465
- Is not exportable.
6566

@@ -276,7 +277,7 @@ Click **Upload**.
276277

277278
![Upload public certificate in App Service](./media/configure-ssl-certificate/upload-public-cert.png)
278279

279-
Once the certificate is uploaded, copy the certificate thumbprint and see [Make the certificate accessible](configure-ssl-certificate-in-code.md#load-the-certificate).
280+
Once the certificate is uploaded, copy the certificate thumbprint and see [Make the certificate accessible](configure-ssl-certificate-in-code.md#make-the-certificate-accessible).
280281

281282
## Manage App Service certificates
282283

0 commit comments

Comments
 (0)