Skip to content

Commit 1349cdf

Browse files
committed
updates
1 parent 30bf04b commit 1349cdf

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Because an App Service certificate is a [Key Vault secret](/azure/key-vault/gene
175175

176176
#### [Azure CLI](#tab/cli)
177177

178-
Run the following commands in [Azure Cloud Shell](https://shell.azure.com), or run them locally if you [installed Azure CLI](/cli/azure/install-azure-cli). Replace the placeholders with the names that you used when you [bought the App Service certificate](#start-certificate-purchase).
178+
Run the following commands in [Azure Cloud Shell](https://shell.azure.com), or run them locally if you have [installed Azure CLI](/cli/azure/install-azure-cli). Replace the placeholders with the names that you used when you [bought the App Service certificate](#start-certificate-purchase).
179179

180180
```azurecli-interactive
181181
secretname=$(az resource show \
@@ -209,37 +209,37 @@ The downloaded PFX file is a raw PKCS12 file that contains both the public and p
209209

210210
## Delete an App Service certificate
211211

212-
If you delete an App Service certificate, the delete operation is irreversible and final. The result is a revoked certificate, and any binding in App Service that uses this certificate becomes invalid.
212+
If you delete an App Service certificate, the delete operation is irreversible and final. The result is a revoked certificate, and any binding in App Service that uses the certificate becomes invalid.
213213

214214
1. On the [App Service Certificates page](https://portal.azure.com/#blade/HubsExtension/Resources/resourceType/Microsoft.CertificateRegistration%2FcertificateOrders), select the certificate.
215215

216216
1. From the left menu, select **Overview** > **Delete**.
217217

218-
1. When the confirmation box opens, enter the certificate name, and select **OK**.
218+
1. When the confirmation box opens, enter the certificate name, and then select **OK**.
219219

220220
## Frequently asked questions
221221

222222
#### My App Service certificate doesn't have any value in Key Vault
223223

224-
Your App Service certificate is most likely still not yet domain-verified. Until [domain ownership is confirmed](#confirm-domain-ownership), your App Service certificate isn't ready for use. As a key vault secret, it maintains an `Initialize` tag, and its value and content-type remain empty. When domain ownership is confirmed, the key vault secret shows a value and a content-type, and the tag changes to `Ready`.
224+
Your App Service certificate is probably not yet domain-verified. Until [domain ownership is confirmed](#confirm-domain-ownership), your App Service certificate isn't ready for use. As a Key Vault secret, it maintains an `Initialize` tag, and its value and content-type remain empty. When domain ownership is confirmed, the key vault secret shows a value and a content-type, and the tag changes to `Ready`.
225225

226226
#### I can't export my App Service certificate with PowerShell
227227

228-
Your App Service certificate is most likely still not yet domain-verified. Until [domain ownership is confirmed](#confirm-domain-ownership), your App Service certificate isn't ready for use.
228+
Your App Service certificate is probably not yet domain-verified. Until [domain ownership is confirmed](#confirm-domain-ownership), your App Service certificate isn't ready for use.
229229

230-
#### What changes does the App Service certificate creation process make to my existing Key Vault?
230+
#### What changes does the App Service certificate creation process make to my existing key vault?
231231

232232
The creation process makes the following changes:
233233

234234
- Adds two access policies in the vault:
235235
- **Microsoft.Azure.WebSites** (or `Microsoft Azure App Service`)
236236
- **Microsoft certificate reseller CSM Resource Provider** (or `Microsoft.Azure.CertificateRegistration`)
237-
- Creates a [delete lock](../azure-resource-manager/management/lock-resources.md) on the vault called: `AppServiceCertificateLock` to prevent accidental deletion of the key vault.
237+
- Creates a [delete lock](../azure-resource-manager/management/lock-resources.md) called `AppServiceCertificateLock` on the vault to prevent accidental deletion of the key vault.
238238

239-
## More resources
239+
## Related content
240240

241241
* [Secure a custom DNS name with a TLS/SSL binding in Azure App Service](configure-ssl-bindings.md)
242242
* [Enforce HTTPS](configure-ssl-bindings.md#enforce-https)
243243
* [Enforce TLS 1.1/1.2](configure-ssl-bindings.md#enforce-tls-versions)
244244
* [Use a TLS/SSL certificate in your code in Azure App Service](configure-ssl-certificate-in-code.md)
245-
* [FAQ : App Service Certificates](./faq-configuration-and-management.yml)
245+
* [Frequently asked questions about creating or deleting resources in Azure App Service](./faq-configuration-and-management.yml)

0 commit comments

Comments
 (0)