Skip to content

Commit 1080db1

Browse files
authored
Fix typos and formatting in documentation.
1 parent f8ff28d commit 1080db1

File tree

5 files changed

+34
-34
lines changed

5 files changed

+34
-34
lines changed

articles/app-service/app-service-undelete.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ Get-AzDeletedWebApp -Name <your_deleted_app> -Location <your_deleted_app_locatio
5252

5353
The detailed information includes:
5454

55-
* **`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.
6262

6363
## Restore deleted app
6464

@@ -69,7 +69,7 @@ The detailed information includes:
6969
>* 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.
7070
>* 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.
7171
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.
7373

7474
You can find the full cmdlet reference here: [`Restore-AzDeletedWebApp`](/powershell/module/az.websites/restore-azdeletedwebapp).
7575

@@ -111,20 +111,20 @@ Restore-AzDeletedWebApp -ResourceGroupName <original_rg> -Name <original_app> -D
111111

112112
The inputs for command are:
113113

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.
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.
117117
- **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>`.
119119
- **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.
121121

122122
> [!NOTE]
123123
> 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.
124124
125125
## Restore deleted Azure Functions app
126126

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.
128128

129129
1. Fetch the `DeletedSiteId` of the app version you want to restore, by using the `Get-AzDeletedWebApp` cmdlet:
130130

articles/app-service/app-service-web-app-cloning.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ With the App Service Environment's name, and the name of the resource group that
6666
$destapp = New-AzWebApp -ResourceGroupName DestinationAzureResourceGroup -Name dest-webapp -Location "North Central US" -AppServicePlan DestinationAppServicePlan -ASEName DestinationASE -ASEResourceGroupName DestinationASEResourceGroupName -SourceWebApp $srcapp
6767
```
6868

69-
The `Location` parameter is required for legacy reasons, but ignored when you create the app in an App Service Environment.
69+
The `Location` parameter is required for legacy reasons, but it's ignored when you create the app in an App Service Environment.
7070

7171
## Clone an existing app slot
7272

@@ -116,18 +116,18 @@ $destapp = New-AzWebApp -ResourceGroupName <Resource group name> -Name dest-weba
116116

117117
Here are the known restrictions of app cloning:
118118

119-
* Autoscale settings aren't cloned
120-
* Backup schedule settings aren't cloned
121-
* Virtual network settings aren't cloned
122-
* Application Insights isn't automatically set up on the destination app
123-
* Easy Auth settings aren't cloned
124-
* Kudu extensions aren't cloned
125-
* TiP rules aren't cloned
126-
* Database content isn't cloned
127-
* Outbound IP addresses change if you clone to a different scale unit
128-
* Linux apps: not available
129-
* Managed identities aren't cloned
130-
* Function apps: not available
119+
* Autoscale settings aren't cloned.
120+
* Backup schedule settings aren't cloned.
121+
* Virtual network settings aren't cloned.
122+
* Application Insights isn't automatically set up on the destination app.
123+
* Easy Auth settings aren't cloned.
124+
* Kudu extensions aren't cloned.
125+
* TiP rules aren't cloned.
126+
* Database content isn't cloned.
127+
* Outbound IP addresses change if you clone to a different scale unit.
128+
* Linux apps: not available.
129+
* Managed identities aren't cloned.
130+
* Function apps: not available.
131131

132132
## Related content
133133

articles/app-service/configure-language-java-deploy-run.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ find / -name "version.sh"
6666

6767
::: zone pivot="java-jboss"
6868

69-
To view the JBoss Enterprise Application Platform (EAP) server version in the SSH session:
69+
To view the JBoss EAP server version in the SSH session:
7070
```bash
7171
$JBOSS_HOME/bin/jboss-cli.sh --connect --commands=:product-info
7272
```
@@ -103,7 +103,7 @@ By using the [Maven Plugin for Azure Web Apps](https://github.com/microsoft/azur
103103
mvn com.microsoft.azure:azure-webapp-maven-plugin:2.13.0:config
104104
```
105105

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 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:
107107

108108
```shell
109109
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
324324

325325
# [Linux](#tab/linux)
326326

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.
328328

329329
::: zone pivot="java-javase,java-tomcat"
330330

@@ -336,7 +336,7 @@ Azure Blob Storage logging for Linux-based apps can be configured only by using
336336

337337
# [Windows](#tab/windows)
338338

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.
340340

341341
::: zone pivot="java-javase,java-tomcat"
342342

articles/app-service/includes/deploy-intelligent-apps/deploy-intelligent-apps-linux-dotnet-pivot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can create intelligent apps by using Azure App Service with popular AI frame
1919

2020
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.
2121

22-
1. Right click 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`.
2323
1. Add the following code to the `OpenAI.razor` file and select **Save**.
2424

2525
```csharp

articles/app-service/troubleshoot-domain-ssl-certificates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@ The App Service certificate was renewed, but the app that uses the App Service c
104104
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:
105105
</br></br>
106106

107-
|Service Principal|Secret Permissions|Certificate Permissions|
107+
|Service principal|Secret permissions|Certificate permissions|
108108
|------|------|-----|
109109
|Microsoft Azure App Service|Get|Get|
110-
|Microsoft Azure CertificateRegistration|Get, List, Delete|Get, List|
110+
|Microsoft.Azure.CertificateRegistration|Get, List, Delete|Get, List|
111111

112112
#### Solution 1: Modify the access policies for the key vault
113113

0 commit comments

Comments
 (0)