Skip to content

Commit d11b5ef

Browse files
Add clarification around Set-AzWebApp -AppSettings
It wasn't clear whether the provided Hashtable would merge or replace the existing app settings
1 parent 24dbb67 commit d11b5ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Accept wildcard characters: False
7171
```
7272
7373
### -AppSettings
74-
App Settings HashTable
74+
App Settings HashTable. Existing App Settings will be replaced, removing any settings that are not provided.
7575
7676
```yaml
7777
Type: System.Collections.Hashtable

0 commit comments

Comments
 (0)