Skip to content

Commit c146d29

Browse files
authored
{AzureWebApp} update the description of AzureStoragePath parameter (#21491)
* {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 * Update Set-AzWebAppSlot.md
1 parent b586497 commit c146d29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Websites/Websites/help/Set-AzWebApp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Accept wildcard characters: False
179179
```
180180
181181
### -AzureStoragePath
182-
Azure Storage to mount inside a Web App for Container. Use New-AzureRmWebAppAzureStoragePath to create it
182+
Azure Storage to mount inside a Web App for Container. Use New-AzWebAppAzureStoragePath to create it
183183
184184
```yaml
185185
Type: Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]

src/Websites/Websites/help/Set-AzWebAppSlot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Accept wildcard characters: False
165165
```
166166
167167
### -AzureStoragePath
168-
Azure Storage to mount inside a Web App for Container. Use New-AzureRmWebAppAzureStoragePath to create it
168+
Azure Storage to mount inside a Web App for Container. Use New-AzWebAppAzureStoragePath to create it
169169
170170
```yaml
171171
Type: Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]

0 commit comments

Comments
 (0)