Skip to content

Commit fb4c8fb

Browse files
committed
prmerger feedback
1 parent ba4fe5e commit fb4c8fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/app-service-web-tutorial-custom-domain.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Create two records according to the following table:
9898
|A|\<subdomain\> (for example, www)|IP address shown in the **Add custom domain** dialog.| The domain mapping itself. |
9999
|TXT|asuid.\<subdomain\> (for example, asuid.www)|The domain verification ID shown in the **Add custom domain** dialog.| App Service accesses the `asuid.<subdomain>` TXT record to verify your ownership of the custom domain. |
100100

101-
![Screenshot that shows a DNS records subdomain page.](../../media/app-service-web-tutorial-custom-domain/a-record-subdomain.png)
101+
![Screenshot that shows a DNS records subdomain page.](./media/app-service-web-tutorial-custom-domain/a-record-subdomain.png)
102102

103103
#### With a CNAME record
104104

@@ -109,7 +109,7 @@ Create two records according to the following table:
109109
| CNAME | `<subdomain>` (for example, `www`) | `<app-name>.azurewebsites.net` | The domain mapping itself. |
110110
| TXT | `asuid.<subdomain>` (for example, `asuid.www`) | The domain verification ID shown in the **Add custom domain** dialog. | App Service accesses the `asuid.<subdomain>` TXT record to verify your ownership of the custom domain. |
111111

112-
![Screenshot that shows the portal navigation to an Azure app.](../../media/app-service-web-tutorial-custom-domain/cname-record.png)
112+
![Screenshot that shows the portal navigation to an Azure app.](./media/app-service-web-tutorial-custom-domain/cname-record.png)
113113

114114
### [Wildcard (CNAME)](#tab/wildcard)
115115

0 commit comments

Comments
 (0)