You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -74,7 +74,7 @@ If you rotate your certificate in Azure Key Vault, the App Service Environment p
74
74
75
75
1. From the [Azure portal](https://portal.azure.com), navigate to the **Custom domain suffix** page for your App Service Environment.
76
76
1. Enter your custom domain name.
77
-
1. Select the managed identity you've defined for your App Service Environment. You can use either a system assigned or user assigned managed identity. You're able to configure your managed identity if you haven't done so already. You can configure the managed identity directly from the custom domain suffix page using the "Add identity" option in the managed identity selection box.
77
+
1. Select the managed identity you define for your App Service Environment. You can use either a system assigned or user assigned managed identity. You're able to configure your managed identity if you haven't done so already. You can configure the managed identity directly from the custom domain suffix page using the "Add identity" option in the managed identity selection box.
78
78
:::image type="content" source="./media/custom-domain-suffix/managed-identity-selection.png" alt-text="Screenshot of a configuration pane to select and update the managed identity for the App Service Environment.":::
79
79
1. Select the certificate for the custom domain suffix.
80
80
1. Select "Save" at the top of the page. To see the latest configuration updates, refresh the page.
@@ -88,7 +88,7 @@ If you rotate your certificate in Azure Key Vault, the App Service Environment p
88
88
89
89
## Use Azure Resource Manager to configure custom domain suffix
90
90
91
-
To configure a custom domain suffix for your App Service Environment using an Azure Resource Manager template, you need to include the below properties. Ensure that you've met the [prerequisites](#prerequisites) and that your managed identity and certificate are accessible and have the appropriate permissions for the Azure Key Vault.
91
+
To configure a custom domain suffix for your App Service Environment using an Azure Resource Manager template, you need to include the below properties. Ensure that you meet the [prerequisites](#prerequisites) and that your managed identity and certificate are accessible and have the appropriate permissions for the Azure Key Vault.
92
92
93
93
You need to configure the managed identity and ensure it exists before assigning it in your template. For more information on managed identities, see the [managed identity overview](../../active-directory/managed-identities-azure-resources/overview.md).
94
94
@@ -153,7 +153,7 @@ Alternatively, you can update your existing ILB App Service Environment using [A
153
153
1. Scroll to the bottom of the right pane. The **customDnsSuffixConfiguration** attribute is at the bottom.
154
154
1. Enter your values for **dnsSuffix**, **certificateUrl**, and **keyVaultReferenceIdentity**.
155
155
1. Navigate to the **identity** attribute and enter the details associated with the managed identity you're using.
156
-
1. Select the **PUT** button that's located at the top to commit the change to the App Service Environment.
156
+
1. Select the **PUT** button at the top to commit the change to the App Service Environment.
157
157
1. The **provisioningState** under **customDnsSuffixConfiguration** provides a status on the configuration update.
158
158
159
159
::: zone-end
@@ -197,7 +197,7 @@ However, just like apps running on the public multitenant service, you can also
197
197
198
198
## Troubleshooting
199
199
200
-
If your permissions or network settings for your managed identity, key vault, or App Service Environment aren't set appropriately, you aren't able to configure a custom domain suffix, and you receive an error similar to the example shown in the screenshot. Review the [prerequisites](#prerequisites) to ensure you configured the needed permissions. You also see a similar error message if the App Service platform detects that your certificate is degraded or expired.
200
+
The App Service platform periodically checks if your App Service Environment can access your key vault and if your certificate is valid. If your permissions or network settings for your managed identity, key vault, or App Service Environment aren't set appropriately or recently changed, you aren't able to configure a custom domain suffix. You receive an error similar to the example shown in the screenshot. Review the [prerequisites](#prerequisites) to ensure you configured the needed permissions. You also see a similar error message if the App Service platform detects that your certificate is degraded or expired.
201
201
202
202
:::image type="content" source="./media/custom-domain-suffix/custom-domain-suffix-error.png" alt-text="Screenshot of a sample custom domain suffix error message.":::
0 commit comments