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: support/azure/app-service/create-delete-resources-faq.yml
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -14,28 +14,28 @@ summary: |
14
14
This article answers common questions about creating and deleting [web apps in Azure App Service](https://azure.microsoft.com/services/app-service/web/).
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?
21
21
answer: |
22
22
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.
23
23
24
24
- 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?
26
26
answer: |
27
27
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®ions=all).
28
28
29
29
- 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?
31
31
answer: |
32
32
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).
33
33
34
34
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.
35
35
36
36
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.
37
37
38
-
- name: Delete or restore a web app
38
+
- name: Delete or Restore Web Apps in Azure App Service
39
39
questions:
40
40
- question: |
41
41
If I delete all my web apps, will I still be charged?
@@ -45,7 +45,7 @@ sections:
45
45
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).
46
46
47
47
- 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?
49
49
answer: |
50
50
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.
51
51
@@ -61,7 +61,7 @@ sections:
61
61
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/).
62
62
63
63
- 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?
65
65
66
66
answer: |
67
67
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).
Copy file name to clipboardExpand all lines: support/azure/azure-monitor/app-insights/telemetry/auto-instrumentation-troubleshoot.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,22 @@ For autoinstrumentation to work successfully, these libraries must be removed.
48
48
49
49
If you encounter problems that are caused by the Application Insights SDK itself after you enable autoinstrumentation, collect self-diagnostic logs to diagnose the problems. For more information, see [How to collect self-diagnostic logs for Application Insights SDKs](enable-self-diagnostics.md).
50
50
51
+
## Trouble deploying the Application Insights Monitoring Agent extension for VMs and virtual machine scale sets
52
+
53
+
> [!NOTE]
54
+
> These troubleshooting tips apply to .NET applications.
55
+
56
+
If you have trouble deploying the extension, review the execution output that the extension logs to files in the following directories:
If your extension deployed successfully but you're unable to see telemetry, it could be one of the following issues covered in [Agent troubleshooting](../agent/status-monitor-v2-troubleshoot.md#known-issues):
63
+
64
+
- Conflicting dynamic link libraries (DLLs) in an app's bin directory.
65
+
- Conflict with IIS shared configuration.
66
+
51
67
## Issues with Java app running on Azure Functions
0 commit comments