Skip to content

Commit 7b7966b

Browse files
committed
yutang feedback
1 parent fb82827 commit 7b7966b

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

articles/app-service/manage-custom-dns-buy-domain.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,21 @@ After you purchase the App Service Domain, you have five days to cancel your pur
196196

197197
After the operation is complete, the domain is released from your subscription and available for anyone to purchase again.
198198

199-
## Direct default URL to a custom directory
199+
## Frequently asked questions
200+
201+
- [Why do I see "This subscription does not have the billing support to purchase an App Service domain"?](#why-do-i-see-this-subscription-does-not-have-the-billing-support-to-purchase-an-app-service-domain)
202+
- [Why do I get a SubscriptionExceededMaxDomainLimit error when creating an App Service domain?](#why-do-i-get-a-subscriptionexceededmaxdomainlimit-error-when-creating-an-app-service-domain)
203+
- [How do I direct the default URL to a custom directory?](#how-do-i-direct-the-default-url-to-a-custom-directory)
204+
205+
#### Why do I see "This subscription does not have the billing support to purchase an App Service domain"?
206+
207+
Free subscriptions, which don't require a confirmed credit card, do not have the permissions to buy App Service domains in Azure.
208+
209+
#### Why do I get a SubscriptionExceededMaxDomainLimit error when creating an App Service domain?
210+
211+
The number of App Service domains a subscription can have depends on the subscription type. Subscriptions that have a monthly credit allotment, like Visual Studio Enterprise Subscription, have a limit of 1 App Service domain. To increase your limit, convert to a pay-per-use subscription. If you already have a pay-per-use subscription and see this error, contact Azure support to increase your limit.
212+
213+
#### How do I direct the default URL to a custom directory?
200214

201215
This is not a DNS resolution scenario. By default, App Service directs web requests to the root directory of your app code. To direct them to a subdirectory, such as `public`, see [Redirect to a custom directory](configure-common.md#redirect-to-a-custom-directory).
202216

articles/app-service/tutorial-secure-domain-certificate.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ The `<app-name>.azurewebsites.net` name is already secured by a wildcard certifi
1515

1616
* [Create an App Service app](./index.yml).
1717
* Make sure you can edit the DNS records for your custom domain. To edit DNS records, you need access to the DNS registry for your domain provider, such as GoDaddy. For example, to add DNS entries for `www.contoso.com`, you must be able to configure the DNS settings for the `contoso.com` root domain. Your custom domains must be in a public DNS zone; private DNS zone is only supported on Internal Load Balancer (ILB) App Service Environment (ASE).
18-
* Make sure your root domain satisfies the [limitations of App Service managed certificates](configure-ssl-certificate.md#create-a-free-managed-certificate).
1918
* If you don't have a custom domain yet, you can [purchase an App Service domain](manage-custom-dns-buy-domain.md).
2019

2120
## A. Scale up your app

0 commit comments

Comments
 (0)