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
***`DeletedSiteId`**: Unique identifier for the app, used for scenarios where multiple apps with the same name were deleted
56
-
***`SubscriptionID`**: Subscription containing the deleted resource
57
-
***Location**: Location of the original app
58
-
***`ResourceGroupName`**: Name of the original resource group
59
-
***Name**: Name of the original app
60
-
***Slot**: Name of the slot
61
-
***Deletion Time**: When the app was deleted
55
+
***DeletedSiteId**: Unique identifier for the app, used for scenarios where multiple apps with the same name were deleted.
56
+
***SubscriptionID**: Subscription that contains the deleted resource.
57
+
***Location**: Location of the original app.
58
+
***ResourceGroupName**: Name of the original resource group.
59
+
***Name**: Name of the original app.
60
+
***Slot**: Name of the slot.
61
+
***Deletion Time**: When the app was deleted.
62
62
63
63
## Restore deleted app
64
64
@@ -69,7 +69,7 @@ The detailed information includes:
69
69
>* By default `Restore-AzDeletedWebApp` restores both your app configuration and any content. If you want to only restore content, you use the `-RestoreContentOnly` flag with this cmdlet.
70
70
>* Custom domains, bindings, or certs that you import to your app aren't restored. You need to add them again after your app is restored.
71
71
72
-
After identifying the app you want to restore, you can restore it by using `Restore-AzDeletedWebApp`, as shown in the following examples.
72
+
After you identify the app you want to restore, you can restore it by using `Restore-AzDeletedWebApp`, as shown in the following examples.
73
73
74
74
You can find the full cmdlet reference here: [`Restore-AzDeletedWebApp`](/powershell/module/az.websites/restore-azdeletedwebapp).
-**`Target Resource Group`**: Target resource group to which you're restoring the app.
115
-
-**`TargetName`**: Target app to which you're restoring the deleted app.
116
-
-**`TargetAppServicePlanName`**: App Service plan linked to the app.
114
+
-**Target Resource Group**: Target resource group to which you're restoring the app.
115
+
-**TargetName**: Target app to which you're restoring the deleted app.
116
+
-**TargetAppServicePlanName**: App Service plan linked to the app.
117
117
-**Name**: Name for the app. We recommend that it's globally unique.
118
-
-**`ResourceGroupName`**: Original resource group for the deleted app. You can get it from `Get-AzDeletedWebApp -Name <your_deleted_app> -Location <your_deleted_app_location>`.
118
+
-**ResourceGroupName**: Original resource group for the deleted app. You can get it from `Get-AzDeletedWebApp -Name <your_deleted_app> -Location <your_deleted_app_location>`.
119
119
-**Slot**: Slot for the deleted app.
120
-
-**`RestoreContentOnly`**: By default `Restore-AzDeletedWebApp` restores both your app configuration as well any content. If you want to only restore content, you can use the `-RestoreContentOnly` flag with this cmdlet.
120
+
-**RestoreContentOnly**: By default `Restore-AzDeletedWebApp` restores both your app configuration as well any content. If you want to only restore content, you can use the `-RestoreContentOnly` flag with this cmdlet.
121
121
122
122
> [!NOTE]
123
123
> If the app was hosted on and then deleted from an App Service Environment, it can be restored only if the corresponding App Service Environment still exists.
124
124
125
125
## Restore deleted Azure Functions app
126
126
127
-
If a function app was hosted on a **Dedicated app service plan**, it can be restored, as long as it used the default App Service storage.
127
+
If a function app was hosted on a Dedicated App Service plan, it can be restored, as long as it used the default App Service storage.
128
128
129
129
1. Fetch the `DeletedSiteId` of the app version you want to restore, by using the `Get-AzDeletedWebApp` cmdlet:
This command adds an `azure-webapp-maven-plugin` plugin and the related configuration by prompting you to select an existing Azure Web App or to create a new one. During configuration, it attempts to detect whether your application should be deployed to Java Standard Edition (SE), Tomcat, or (Linux only) JBoss Enterprise Application Platform (EAP). Then you can deploy your Java app to Azure by using the following command:
106
+
This command adds an `azure-webapp-maven-plugin` plugin and the related configuration by prompting you to select an existing Azure Web App or to create a new one. During configuration, it attempts to detect whether your application should be deployed to Java SE, Tomcat, or (Linux only) JBoss Enterprise Application Platform (EAP). Then you can deploy your Java app to Azure by using the following command:
107
107
108
108
```shell
109
109
mvn package azure-webapp:deploy
@@ -324,7 +324,7 @@ Use [FTPS](deploy-ftp.md) to download your JFR file to your local machine. To an
324
324
325
325
# [Linux](#tab/linux)
326
326
327
-
To configure App Service to write your application's standard console output and standard console error streams to the local filesystem or Azure Blob Storage, do the following. Enable [application logging](troubleshoot-diagnostic-logs.md#enable-application-logging-linuxcontainer) through the Azure portal or in the [Azure CLI](/cli/azure/webapp/log#az-webapp-log-config). If you need longer retention, configure the application to write output to a Blob storage container.
327
+
To configure App Service to write your application's standard console output and standard console error streams to the local file system or Azure Blob Storage, do the following. Enable [application logging](troubleshoot-diagnostic-logs.md#enable-application-logging-linuxcontainer) through the Azure portal or in the [Azure CLI](/cli/azure/webapp/log#az-webapp-log-config). If you need longer retention, configure the application to write output to a Blob storage container.
328
328
329
329
::: zone pivot="java-javase,java-tomcat"
330
330
@@ -336,7 +336,7 @@ Azure Blob Storage logging for Linux-based apps can be configured only by using
336
336
337
337
# [Windows](#tab/windows)
338
338
339
-
To configure App Service to write your application's standard console output and standard console error streams to the local filesystem or Azure Blob Storage, do the following. Enable [application logging](troubleshoot-diagnostic-logs.md#enable-application-logging-windows) through the Azure portal or in the [Azure CLI](/cli/azure/webapp/log#az-webapp-log-config). Twelve hours after you enable application logging, logging to the local App Service filesystem instance is disabled. If you need longer retention, configure the application to write output to a Blob storage container.
339
+
To configure App Service to write your application's standard console output and standard console error streams to the local file system or Azure Blob Storage, do the following. Enable [application logging](troubleshoot-diagnostic-logs.md#enable-application-logging-windows) through the Azure portal or in the [Azure CLI](/cli/azure/webapp/log#az-webapp-log-config). Twelve hours after you enable application logging, logging to the local App Service file system instance is disabled. If you need longer retention, configure the application to write output to a Blob storage container.
Copy file name to clipboardExpand all lines: articles/app-service/includes/deploy-intelligent-apps/deploy-intelligent-apps-linux-dotnet-pivot.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ You can create intelligent apps by using Azure App Service with popular AI frame
19
19
20
20
For this Blazor web application, we're building off the Blazor [template](https://dotnet.microsoft.com/learn/aspnet/blazor-tutorial/intro) to create a new razor page that can send and receive requests to an Azure OpenAI or OpenAI service by using Semantic Kernel.
21
21
22
-
1. Rightclick on the **Pages** folder found under the **Components** folder and add a new item named `OpenAI.razor`.
22
+
1. Right-click on the **Pages** folder found under the **Components** folder and add a new item named `OpenAI.razor`.
23
23
1. Add the following code to the `OpenAI.razor` file and select **Save**.
Copy file name to clipboardExpand all lines: articles/app-service/troubleshoot-domain-ssl-certificates.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,10 +104,10 @@ The App Service certificate was renewed, but the app that uses the App Service c
104
104
The key vault used to store the App Service certificate is missing access policy permissions on the key vault for `Microsoft.Azure.Websites` and `Microsoft.Azure.CertificateRegistration`. The service principals and their required permissions for key vault access are:
0 commit comments