@@ -8,93 +8,92 @@ Locale: en-US
8
8
9
9
# AzureRM.Websites Module
10
10
## Description
11
- {{Manually Enter Description Here}}
11
+ This module contains cmdlets that manage Web Apps and App Service Plans in Azure Resource Manager.
12
12
13
13
## AzureRM.Websites Cmdlets
14
14
### [ Get-AzureRmAppServicePlan] ( Get-AzureRmAppServicePlan.md )
15
- {{Fill in the Synopsis}}
15
+ Gets the Azure App Service plan.
16
16
17
17
### [ Get-AzureRmAppServicePlanMetrics] ( Get-AzureRmAppServicePlanMetrics.md )
18
- {{Fill in the Synopsis}}
18
+ Gets the metrics for an Azure App Service plan.
19
19
20
20
### [ Get-AzureRmWebApp] ( Get-AzureRmWebApp.md )
21
- {{Fill in the Synopsis}}
21
+ Gets a web app that was built using the Web Apps feature of the Azure App Service.
22
22
23
23
### [ Get-AzureRmWebAppCertificate] ( Get-AzureRmWebAppCertificate.md )
24
- {{Fill in the Synopsis}}
24
+ Gets web app certificates.
25
25
26
26
### [ Get-AzureRmWebAppMetrics] ( Get-AzureRmWebAppMetrics.md )
27
- {{Fill in the Synopsis}}
27
+ Gets metrics for a web app.
28
28
29
29
### [ Get-AzureRmWebAppPublishingProfile] ( Get-AzureRmWebAppPublishingProfile.md )
30
- {{Fill in the Synopsis}}
30
+ Gets the publishing profile of a web app.
31
31
32
32
### [ Get-AzureRmWebAppSlot] ( Get-AzureRmWebAppSlot.md )
33
- {{Fill in the Synopsis}}
33
+ Gets information about the slot of a web app.
34
34
35
35
### [ Get-AzureRmWebAppSlotMetrics] ( Get-AzureRmWebAppSlotMetrics.md )
36
- {{Fill in the Synopsis}}
36
+ Gets the web app metrics for the specified slot.
37
37
38
38
### [ Get-AzureRmWebAppSlotPublishingProfile] ( Get-AzureRmWebAppSlotPublishingProfile.md )
39
- {{Fill in the Synopsis}}
39
+ Gets the publishing profile for the specified slot.
40
40
41
41
### [ Get-AzureRmWebAppSSLBinding] ( Get-AzureRmWebAppSSLBinding.md )
42
- {{Fill in the Synopsis}}
42
+ Gets a secure sockets layer (SSL) binding for a web app.
43
43
44
44
### [ New-AzureRmAppServicePlan] ( New-AzureRmAppServicePlan.md )
45
- {{Fill in the Synopsis}}
45
+ Creates an Azure App Service plan.
46
46
47
47
### [ New-AzureRmWebApp] ( New-AzureRmWebApp.md )
48
- {{Fill in the Synopsis}}
48
+ Creates a web app that is built using the Web Apps feature of the Azure App Service.
49
49
50
50
### [ New-AzureRmWebAppSlot] ( New-AzureRmWebAppSlot.md )
51
- {{Fill in the Synopsis}}
51
+ Creates a slot for a web app.
52
52
53
53
### [ New-AzureRmWebAppSSLBinding] ( New-AzureRmWebAppSSLBinding.md )
54
- {{Fill in the Synopsis}}
54
+ Creates a secure socket layer (SSL) certificate binding for a web app.
55
55
56
56
### [ Remove-AzureRmAppServicePlan] ( Remove-AzureRmAppServicePlan.md )
57
- {{Fill in the Synopsis}}
57
+ Removes an Azure App Service plan.
58
58
59
59
### [ Remove-AzureRmWebApp] ( Remove-AzureRmWebApp.md )
60
- {{Fill in the Synopsis}}
60
+ Removes a web app.
61
61
62
62
### [ Remove-AzureRmWebAppSlot] ( Remove-AzureRmWebAppSlot.md )
63
- {{Fill in the Synopsis}}
63
+ Removes a web app slot.
64
64
65
65
### [ Remove-AzureRmWebAppSSLBinding] ( Remove-AzureRmWebAppSSLBinding.md )
66
- {{Fill in the Synopsis}}
66
+ Removes a secure socket layer (SSL) binding for a web app.
67
67
68
68
### [ Reset-AzureRmWebAppPublishingProfile] ( Reset-AzureRmWebAppPublishingProfile.md )
69
- {{Fill in the Synopsis}}
69
+ Resets the publishing profile for the specified web app.
70
70
71
71
### [ Reset-AzureRmWebAppSlotPublishingProfile] ( Reset-AzureRmWebAppSlotPublishingProfile.md )
72
- {{Fill in the Synopsis}}
72
+ Resets the publishing profile for the specified web app slot.
73
73
74
74
### [ Restart-AzureRmWebApp] ( Restart-AzureRmWebApp.md )
75
- {{Fill in the Synopsis}}
75
+ Stops and then restarts a web app.
76
76
77
77
### [ Restart-AzureRmWebAppSlot] ( Restart-AzureRmWebAppSlot.md )
78
- {{Fill in the Synopsis}}
78
+ Stops and then restarts a web app slot.
79
79
80
80
### [ Set-AzureRmAppServicePlan] ( Set-AzureRmAppServicePlan.md )
81
- {{Fill in the Synopsis}}
81
+ Modifies an Azure App Service plan.
82
82
83
83
### [ Set-AzureRmWebApp] ( Set-AzureRmWebApp.md )
84
- {{Fill in the Synopsis}}
84
+ Modifies a web app.
85
85
86
86
### [ Set-AzureRmWebAppSlot] ( Set-AzureRmWebAppSlot.md )
87
- {{Fill in the Synopsis}}
87
+ Modifies a web app slot.
88
88
89
89
### [ Start-AzureRmWebApp] ( Start-AzureRmWebApp.md )
90
- {{Fill in the Synopsis}}
90
+ Starts a web app.
91
91
92
92
### [ Start-AzureRmWebAppSlot] ( Start-AzureRmWebAppSlot.md )
93
- {{Fill in the Synopsis}}
93
+ Starts a web app slot.
94
94
95
95
### [ Stop-AzureRmWebApp] ( Stop-AzureRmWebApp.md )
96
- {{Fill in the Synopsis}}
96
+ Stops a web app.
97
97
98
98
### [ Stop-AzureRmWebAppSlot] ( Stop-AzureRmWebAppSlot.md )
99
- {{Fill in the Synopsis}}
100
-
99
+ Stops a web app slot.
0 commit comments