Skip to content

Commit 3c49023

Browse files
Merge pull request #10062 from MicrosoftDocs/JarrettRenshaw-patch-11
Update FAQ for creating and deleting Azure web apps
2 parents c6824b5 + 80e35ed commit 3c49023

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

support/azure/app-service/create-delete-resources-faq.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,28 @@ summary: |
1414
This article answers common questions about creating and deleting [web apps in Azure App Service](https://azure.microsoft.com/services/app-service/web/).
1515
[!INCLUDE [support-disclaimer](../../includes/support-disclaimer.md)]
1616
sections:
17-
- name: Create a web app
17+
- name: Create a Web App in Azure App Service
1818
questions:
1919
- question: |
20-
What if I create a web app with the same name as another one?
20+
What if I create a web app with a duplicate name as another one?
2121
answer: |
2222
We cannot create a web app with a name that already exists in the Azure. The web app name is part of the web app's URL, so it must be unique among all Azure App Service web apps.
2323
2424
- question: |
25-
How can I create a web app in a region that's unavailable in the subscription?
25+
How can I create an Azure App Service web app in a region that's unavailable in the subscription?
2626
answer: |
2727
Certain Azure regions require customers to go through a request process to gain access. For more information, see the [Azure region access request process](../general/region-access-request-process.md) and [Azure App Service available by region](https://azure.microsoft.com/global-infrastructure/services/?products=app-service&regions=all).
2828
2929
- question: |
30-
What if the requested SKU of the App Service Plan isn't available in the Resource Group?
30+
What if the requested SKU of the App Service Plan is not available in the Resource Group?
3131
answer: |
3232
Your App Service deployments may not have specific SKUs available due to constraints (for example, the SKU isn't available in the region or country).
3333
3434
If the requested SKU isn't available in the Resource Group, you must create a new App Service Plan in a new Resource Group in the same region or in the same Resource Group using a different region.
3535
3636
If you want to reuse the same Resource Group and region, you must delete all the App Services, App Service Plans, and `Microsoft.Web/Certificates` resources in this Resource Group, then create the desired SKU in this Resource Group. Note that migrating App Services originating in this Resource Group to another Resource Group won't unblock the creation.
3737
38-
- name: Delete or restore a web app
38+
- name: Delete or Restore Web Apps in Azure App Service
3939
questions:
4040
- question: |
4141
If I delete all my web apps, will I still be charged?
@@ -45,7 +45,7 @@ sections:
4545
To stop all billing associated with your App Service, you need to delete the App Service Plan or scale the App Service Plan to the free tier. For more information, see [How much does my App Service Plan cost?](/azure/app-service/overview-hosting-plans#how-much-does-my-app-service-plan-cost) and [Plan and manage costs for Azure App Service](/azure/app-service/overview-manage-costs).
4646
4747
- question: |
48-
I cannot create or delete a web app due to a permission error. What the permissions do I need to create or delete a web app?
48+
I cannot create or delete an Azure App Service web app due to a permission error. What the permissions do I need to create or delete a web app?
4949
answer: |
5050
You would need minimum Contributor access on the Resource Group to deploy App Services. If you have Contributor access only on App Service Plan and web app, it won't allow you to create the app service in the Resource Group.
5151
@@ -61,7 +61,7 @@ sections:
6161
For more information, see [App Service limits - Storage](/azure/azure-resource-manager/management/azure-subscription-service-limits#app-service-limits) and [App Service pricing](https://azure.microsoft.com/pricing/details/app-service/windows/).
6262
6363
- question: |
64-
Is there a way to list the deleted web apps for my Subscription?
64+
Is there a way to list the deleted web apps for my App Service subscription?
6565
6666
answer: |
6767
You can run `Get-AzDeletedWebApp` to get the list of the web apps that were deleted within the last 30 days in your Subscription ID. Deleted apps are purged from the system 30 days after the initial deletion. After an app is purged, it can't be recovered. For more information, see [List deleted apps](/azure/app-service/app-service-undelete#list-deleted-apps).

0 commit comments

Comments
 (0)