Skip to content

Commit 5631765

Browse files
committed
Review changes. Still need a section with CLI commands.
1 parent 6e9ec3f commit 5631765

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

articles/spring-cloud/spring-cloud-tutorial-custom-domain.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ When you have successfully imported your certificate, you'll see it on the list
5151
You can use a CNAME record to map a custom DNS name to Azure Spring Cloud.
5252

5353
> [NOTE]
54-
> The A record is not supported because the IP may change.
54+
> The A record is not supported.
5555
5656
### Create the CNAME record
5757
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
8080
![Custom domain table](./media/custom-dns-tutorial/custom-domain-table.png)
8181

8282
>[!NOTE]
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, 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.
8484
8585
## Add SSL binding
8686
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 **
101101
![Add SSL binding](./media/custom-dns-tutorial/enforce-http.png)
102102

103103
When the operation is complete, navigate to any of the HTTP URLs that point to your app. For example:
104-
* http://contoso.com
105104
* http://www.contoso.com
106105

107106
## 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)
110107
* [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)
113108
* [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)
110+

0 commit comments

Comments
 (0)