Skip to content

Commit 9d48609

Browse files
authored
Fixed broken links in az websites content (#22661)
Co-authored-by: Mike F. Robbins <[email protected]>
1 parent f834d4a commit 9d48609

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Websites/Websites/help/New-AzWebAppBackup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The **New-AzWebAppBackup** cmdlet creates an Azure Web App Backup.
3636
New-AzWebAppBackup -ResourceGroupName "Default-Web-WestUS" -Name "ContosoWebApp" -StorageAccountUrl "https://storageaccount.file.core.windows.net"
3737
```
3838

39-
Creates a backup of the specified app ContosoWebApp that is within resource group Default-Web-WestUS in https://storageaccount.file.core.windows.net
39+
Creates a backup of the specified app ContosoWebApp that is within resource group Default-Web-WestUS in `https://storageaccount.file.core.windows.net`
4040

4141
### Example 2
4242

src/Websites/Websites/help/Restore-AzWebAppBackup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The **Restore-AzWebAppBackup** cmdlet restores an Azure Web App Backup.
3838
Restore-AzWebAppBackup -ResourceGroupName "Default-Web-WestUS" -Name "ContosoWebApp" -StorageAccountUrl "https://storageaccount.file.core.windows.net" -BlobName "myBlob"
3939
```
4040

41-
Restores a backup of the specified app ContosoWebApp that is within resource group Default-Web-WestUS in blob "myBlob" located at https://storageaccount.file.core.windows.net
41+
Restores a backup of the specified app ContosoWebApp that is within resource group Default-Web-WestUS in blob "myBlob" located at `https://storageaccount.file.core.windows.net`
4242

4343
### Example 2
4444

0 commit comments

Comments
 (0)