File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
src/Websites/Websites/help Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ Kind Location Name Type
67
67
68
68
This commands list all static web applications under a resource group.
69
69
70
- ### Example 3: Get a satic web application by name
70
+ ### Example 3: Get a static web application by name
71
71
``` powershell
72
72
Get-AzStaticWebApp -ResourceGroupName azure-rg-test -Name staticweb-portal04
73
73
```
@@ -78,9 +78,10 @@ Kind Location Name Type
78
78
Central US staticweb-portal04 Microsoft.Web/staticSites
79
79
```
80
80
81
- This commands gets a satic web application by name.
81
+ This commands gets a static web application by name.
82
+
83
+ ### Example 4: Get a static web application by pipeline
82
84
83
- ### Example 4: Get a satic web application by pipline
84
85
``` powershell
85
86
New-AzStaticWebApp -ResourceGroupName azure-rg-test -Name staticweb-pwsh01 -Location eastus2 -RepositoryUrl 'https://github.com/username/RepoName' -RepositoryToken 'repoToken123' -Branch 'master' -AppLocation 'Client' -ApiLocation 'Api' -OutputLocation 'wwwroot' -SkuName 'free' | Get-AzStaticWebApp -InputObject
86
87
```
@@ -91,7 +92,7 @@ Kind Location Name Type
91
92
Central US staticweb-portal04 Microsoft.Web/staticSites
92
93
```
93
94
94
- This commands gets a satic web application by pipline .
95
+ This commands gets a static web application by pipeline .
95
96
96
97
## PARAMETERS
97
98
You can’t perform that action at this time.
0 commit comments