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
Copy file name to clipboardExpand all lines: articles/spring-cloud/spring-cloud-tutorial-custom-domain.md
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ When you have successfully imported your certificate, you'll see it on the list
51
51
You can use a CNAME record to map a custom DNS name to Azure Spring Cloud.
52
52
53
53
> [NOTE]
54
-
> The A record is not supported because the IP may change.
54
+
> The A record is not supported.
55
55
56
56
### Create the CNAME record
57
57
Go to your DNS provider and add a CNAME record to map your domain to the <service_name>.azuremicroservices.io, where <service_name> is the name of your Azure Spring Cloud instance. We support wildcard domain and sub domain.
@@ -80,7 +80,7 @@ One app can have multiple domains, but one domain can only map to one app. When
> A **Not Secure** label for your custom domain means that it's not yet bound to an SSL certificate. Any HTTPS request from a browser to your custom domain will receive and error or warning, depending on the browser.
83
+
> A **Not Secure** label for your custom domain means that it's not yet bound to an SSL certificate. Any HTTPS request from a browser to your custom domain will receive and error or warning.
84
84
85
85
## Add SSL binding
86
86
In the custom domain table, select **Add ssl binding** as shown in the previous figure.
@@ -101,15 +101,10 @@ In your app page, in the left navigation, select **Custom Domain**. Then, set **
When the operation is complete, navigate to any of the HTTP URLs that point to your app. For example:
104
-
*http://contoso.com
105
104
*http://www.contoso.com
106
105
107
106
## See also
108
-
*[Secure a web server on a Windows virtual machine in Azure with TLS/SSL certificates stored in Key Vault](https://docs.microsoft.com/azure/virtual-machines/windows/tutorial-secure-web-server)
109
-
*[About keys, secrets, and certificates](https://docs.microsoft.com/azure/key-vault/about-keys-secrets-and-certificates)
110
107
*[What is Azure Key Vault?](https://docs.microsoft.com/azure/key-vault/key-vault-overview)
111
-
*[Use Azure Key Vault with an Azure web app in .NET](https://docs.microsoft.com/azure/key-vault/tutorial-net-create-vault-azure-web-app)
112
-
*[Authenticate Azure Spring Cloud with Key Vault in GitHub Actions](spring-cloud-github-actions-key-vault.md)
113
108
*[Import a certificate](https://docs.microsoft.com/azure/key-vault/certificate-scenarios#import-a-certificate)
114
-
*[Quickstart: Set and retrieve a secret from Azure Key Vault using the Azure portal](https://docs.microsoft.com/azure/key-vault/quick-create-portal)
115
-
*[Manage storage account keys with Key Vault and the Azure CLI](https://docs.microsoft.com/azure/key-vault/key-vault-ovw-storage-keys)
109
+
*[Launch your Spring Cloud App using the Azure CLI](https://docs.microsoft.com/azure/spring-cloud/spring-cloud-quickstart-launch-app-cli)
0 commit comments