Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed broken links in azps content #2688

Merged
merged 1 commit into from
Aug 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion azps-0.10.0/Az.Websites/New-AzWebAppBackup.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The **New-AzWebAppBackup** cmdlet creates an Azure Web App Backup.
PS C:\> New-AzWebAppBackup -ResourceGroupName "Default-Web-WestUS" -Name "ContosoWebApp" -StorageAccountUrl "https://storageaccount.file.core.windows.net"
```

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

## PARAMETERS

Expand Down
2 changes: 1 addition & 1 deletion azps-0.10.0/Az.Websites/Restore-AzWebAppBackup.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The **Restore-AzWebAppBackup** cmdlet restores an Azure Web App Backup.
PS C:\> Restore-AzWebAppBackup -ResourceGroupName "Default-Web-WestUS" -Name "ContosoWebApp" -StorageAccountUrl "https://storageaccount.file.core.windows.net" -BlobName "myBlob"
```

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
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`

## PARAMETERS

Expand Down
2 changes: 1 addition & 1 deletion azps-10.1.0/Az.Websites/New-AzWebAppBackup.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The **New-AzWebAppBackup** cmdlet creates an Azure Web App Backup.
New-AzWebAppBackup -ResourceGroupName "Default-Web-WestUS" -Name "ContosoWebApp" -StorageAccountUrl "https://storageaccount.file.core.windows.net"
```

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

### Example 2

Expand Down
2 changes: 1 addition & 1 deletion azps-10.1.0/Az.Websites/Restore-AzWebAppBackup.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The **Restore-AzWebAppBackup** cmdlet restores an Azure Web App Backup.
Restore-AzWebAppBackup -ResourceGroupName "Default-Web-WestUS" -Name "ContosoWebApp" -StorageAccountUrl "https://storageaccount.file.core.windows.net" -BlobName "myBlob"
```

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
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`

### Example 2

Expand Down
2 changes: 1 addition & 1 deletion azps-10.2.0/Az.Websites/New-AzWebAppBackup.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The **New-AzWebAppBackup** cmdlet creates an Azure Web App Backup.
New-AzWebAppBackup -ResourceGroupName "Default-Web-WestUS" -Name "ContosoWebApp" -StorageAccountUrl "https://storageaccount.file.core.windows.net"
```

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

### Example 2

Expand Down
2 changes: 1 addition & 1 deletion azps-10.2.0/Az.Websites/Restore-AzWebAppBackup.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The **Restore-AzWebAppBackup** cmdlet restores an Azure Web App Backup.
Restore-AzWebAppBackup -ResourceGroupName "Default-Web-WestUS" -Name "ContosoWebApp" -StorageAccountUrl "https://storageaccount.file.core.windows.net" -BlobName "myBlob"
```

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
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`

### Example 2

Expand Down
2 changes: 1 addition & 1 deletion azps-9.7.1/Az.Websites/New-AzWebAppBackup.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The **New-AzWebAppBackup** cmdlet creates an Azure Web App Backup.
New-AzWebAppBackup -ResourceGroupName "Default-Web-WestUS" -Name "ContosoWebApp" -StorageAccountUrl "https://storageaccount.file.core.windows.net"
```

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

### Example 2

Expand Down
2 changes: 1 addition & 1 deletion azps-9.7.1/Az.Websites/Restore-AzWebAppBackup.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The **Restore-AzWebAppBackup** cmdlet restores an Azure Web App Backup.
Restore-AzWebAppBackup -ResourceGroupName "Default-Web-WestUS" -Name "ContosoWebApp" -StorageAccountUrl "https://storageaccount.file.core.windows.net" -BlobName "myBlob"
```

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
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`

### Example 2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The **New-AzureRmWebAppBackup** cmdlet creates an Azure Web App Backup.
PS C:\> New-AzureRmWebAppBackup -ResourceGroupName "Default-Web-WestUS" -Name "ContosoWebApp" -StorageAccountUrl "https://storageaccount.file.core.windows.net"
```

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

## PARAMETERS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The **Restore-AzureRmWebAppBackup** cmdlet restores an Azure Web App Backup.
PS C:\> Restore-AzureRmWebAppBackup -ResourceGroupName "Default-Web-WestUS" -Name "ContosoWebApp" -StorageAccountUrl "https://storageaccount.file.core.windows.net" -BlobName "myBlob"
```

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
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`

## PARAMETERS

Expand Down
2 changes: 1 addition & 1 deletion azuresmps-4.0.0/Azure/Set-AzureTrafficManagerEndpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Specifies the location of the endpoint the cmdlet adds.
This must be an Azure location.
This parameter must contain a value for endpoints of the type "Any" or of type "TrafficManager" in a profile that has the load balancing method set to "Performance".
The possible values are the Azure region names, as listed at https://azure.microsoft.com/regions/https://azure.microsoft.com/regions/.
The possible values are the Azure region names, as listed at `https://azure.microsoft.com/regions/https://azure.microsoft.com/regions/`.

```yaml
Type: String
Expand Down