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

{AzureWebApp} update the description of AzureStoragePath parameter #21491

Merged
merged 2 commits into from
Apr 11, 2023
Merged
Changes from 1 commit
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
Next Next commit
{AzureWebApp} update the description of AzureStoragePath parameter
Update the description of `-AzureStoragePath` parameter to include `New-AzWebAppAzureStoragePath` instead of `New-AzureRmWebAppAzureStoragePath`

Docs link:
https://learn.microsoft.com/en-us/powershell/module/az.websites/set-azwebappslot?view=azps-9.6.0
https://learn.microsoft.com/en-us/powershell/module/az.websites/set-azwebapp?view=azps-9.6.0

Fixes #21484
  • Loading branch information
navba-MSFT authored Apr 11, 2023
commit 1c3e270283ce3f3faa71b813f2ef644af3562c7a
2 changes: 1 addition & 1 deletion src/Websites/Websites/help/Set-AzWebApp.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ Accept wildcard characters: False
```

### -AzureStoragePath
Azure Storage to mount inside a Web App for Container. Use New-AzureRmWebAppAzureStoragePath to create it
Azure Storage to mount inside a Web App for Container. Use New-AzWebAppAzureStoragePath to create it

```yaml
Type: Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]
Expand Down