@@ -8,126 +8,122 @@ 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
### [ Edit-AzureRmWebAppBackupConfiguration] ( Edit-AzureRmWebAppBackupConfiguration.md )
15
- {{Manually Enter Edit-AzureRmWebAppBackupConfiguration Description Here}}
15
+ Edits the current backup configuration for a web app.
16
16
17
17
### [ Get-AzureRmAppServicePlan] ( Get-AzureRmAppServicePlan.md )
18
- Gets an App Service plan.
18
+ Gets the Azure App Service plan.
19
19
20
20
### [ Get-AzureRmAppServicePlanMetrics] ( Get-AzureRmAppServicePlanMetrics.md )
21
- {{Manually Enter Get-AzureRmAppServicePlanMetrics Description Here}}
21
+ Gets the metrics for an Azure App Service plan.
22
22
23
23
### [ Get-AzureRmWebApp] ( Get-AzureRmWebApp.md )
24
- Gets a web app.
24
+ Gets a web app that was built using the Web Apps feature of the Azure App Service .
25
25
26
26
### [ Get-AzureRmWebAppBackup] ( Get-AzureRmWebAppBackup.md )
27
- {{Manually Enter Get-AzureRmWebAppBackup Description Here}}
27
+ Gets the specified backup of a web app.
28
28
29
29
### [ Get-AzureRmWebAppBackupConfiguration] ( Get-AzureRmWebAppBackupConfiguration.md )
30
- {{Manually Enter Get-AzureRmWebAppBackupConfiguration Description Here}}
30
+ Gets the current backup configuration for a web app.
31
31
32
32
### [ Get-AzureRmWebAppBackupList] ( Get-AzureRmWebAppBackupList.md )
33
- {{Manually Enter Get-AzureRmWebAppBackupList Description Here}}
33
+ Gets a list of the backups of a web app.
34
34
35
35
### [ Get-AzureRmWebAppCertificate] ( Get-AzureRmWebAppCertificate.md )
36
- {{Manually Enter Get-AzureRmWebAppCertificate Description Here}}
36
+ Gets web app certificates.
37
37
38
38
### [ Get-AzureRmWebAppMetrics] ( Get-AzureRmWebAppMetrics.md )
39
- {{Manually Enter Get-AzureRmWebAppMetrics Description Here}}
39
+ Gets metrics for a web app.
40
40
41
41
### [ Get-AzureRmWebAppPublishingProfile] ( Get-AzureRmWebAppPublishingProfile.md )
42
- {{Manually Enter Get-AzureRmWebAppPublishingProfile Description Here}}
42
+ Gets the publishing profile of a web app.
43
43
44
44
### [ Get-AzureRmWebAppSlot] ( Get-AzureRmWebAppSlot.md )
45
- {{Manually Enter Get-AzureRmWebAppSlot Description Here}}
45
+ Gets information about the slot of a web app.
46
46
47
47
### [ Get-AzureRmWebAppSlotConfigName] ( Get-AzureRmWebAppSlotConfigName.md )
48
- Get the list of Web App Slot Config names
48
+ Gets the configuration settings that apply to a web app slot.
49
49
50
50
### [ Get-AzureRmWebAppSlotMetrics] ( Get-AzureRmWebAppSlotMetrics.md )
51
- {{Manually Enter Get-AzureRmWebAppSlotMetrics Description Here}}
51
+ Gets the web app metrics for the specified slot.
52
52
53
53
### [ Get-AzureRmWebAppSlotPublishingProfile] ( Get-AzureRmWebAppSlotPublishingProfile.md )
54
- {{Manually Enter Get-AzureRmWebAppSlotPublishingProfile Description Here}}
54
+ Gets the publishing profile for the specified slot.
55
55
56
56
### [ Get-AzureRmWebAppSSLBinding] ( Get-AzureRmWebAppSSLBinding.md )
57
- {{Manually Enter Get-AzureRmWebAppSSLBinding Description Here}}
57
+ Gets a secure sockets layer (SSL) binding for a web app.
58
58
59
59
### [ New-AzureRmAppServicePlan] ( New-AzureRmAppServicePlan.md )
60
- Creates an App Service plan.
60
+ Creates an Azure App Service plan.
61
61
62
62
### [ New-AzureRmWebApp] ( New-AzureRmWebApp.md )
63
- Creates a web app.
63
+ Creates a web app that is built using the Web Apps feature of the Azure App Service .
64
64
65
65
### [ New-AzureRmWebAppBackup] ( New-AzureRmWebAppBackup.md )
66
- {{Manually Enter New-AzureRmWebAppBackup Description Here}}
66
+ Creates a backup of a web app.
67
67
68
68
### [ New-AzureRmWebAppDatabaseBackupSetting] ( New-AzureRmWebAppDatabaseBackupSetting.md )
69
- {{Manually Enter New-AzureRmWebAppDatabaseBackupSetting Description Here}}
69
+ Creates a new database backup setting for a web app.
70
70
71
71
### [ New-AzureRmWebAppSlot] ( New-AzureRmWebAppSlot.md )
72
- {{Manually Enter New-AzureRmWebAppSlot Description Here}}
72
+ Creates a slot for a web app.
73
73
74
74
### [ New-AzureRmWebAppSSLBinding] ( New-AzureRmWebAppSSLBinding.md )
75
- {{Manually Enter New-AzureRmWebAppSSLBinding Description Here}}
75
+ Creates a secure socket layer (SSL) certificate binding for a web app.
76
76
77
77
### [ Remove-AzureRmAppServicePlan] ( Remove-AzureRmAppServicePlan.md )
78
- Removes an App Service plan.
78
+ Removes an Azure App Service plan.
79
79
80
80
### [ Remove-AzureRmWebApp] ( Remove-AzureRmWebApp.md )
81
81
Removes a web app.
82
82
83
83
### [ Remove-AzureRmWebAppBackup] ( Remove-AzureRmWebAppBackup.md )
84
- {{Manually Enter Remove-AzureRmWebAppBackup Description Here}}
84
+ Removes the specified backup of a web app.
85
85
86
86
### [ Remove-AzureRmWebAppSlot] ( Remove-AzureRmWebAppSlot.md )
87
- {{Manually Enter Remove-AzureRmWebAppSlot Description Here}}
87
+ Removes a web app slot.
88
88
89
89
### [ Remove-AzureRmWebAppSSLBinding] ( Remove-AzureRmWebAppSSLBinding.md )
90
- {{Manually Enter Remove-AzureRmWebAppSSLBinding Description Here}}
90
+ Removes a secure socket layer (SSL) binding for a web app.
91
91
92
92
### [ Reset-AzureRmWebAppPublishingProfile] ( Reset-AzureRmWebAppPublishingProfile.md )
93
- {{Manually Enter Reset-AzureRmWebAppPublishingProfile Description Here}}
93
+ Resets the publishing profile for the specified web app.
94
94
95
95
### [ Reset-AzureRmWebAppSlotPublishingProfile] ( Reset-AzureRmWebAppSlotPublishingProfile.md )
96
- {{Manually Enter Reset-AzureRmWebAppSlotPublishingProfile Description Here}}
96
+ Resets the publishing profile for the specified web app slot.
97
97
98
98
### [ Restart-AzureRmWebApp] ( Restart-AzureRmWebApp.md )
99
- Stops and starts a web app.
99
+ Stops and then restarts a web app.
100
100
101
101
### [ Restart-AzureRmWebAppSlot] ( Restart-AzureRmWebAppSlot.md )
102
- {{Manually Enter Restart-AzureRmWebAppSlot Description Here}}
102
+ Stops and then restarts a web app slot.
103
103
104
104
### [ Restore-AzureRmWebAppBackup] ( Restore-AzureRmWebAppBackup.md )
105
- {{Manually Enter Restore-AzureRmWebAppBackup Description Here}}
105
+ Restores a backup of a web app.
106
106
107
107
### [ Set-AzureRmAppServicePlan] ( Set-AzureRmAppServicePlan.md )
108
- Modifies an App Service plan.
108
+ Modifies an Azure App Service plan.
109
109
110
110
### [ Set-AzureRmWebApp] ( Set-AzureRmWebApp.md )
111
- {{Manually Enter Set-AzureRmWebApp Description Here}}
111
+ Modifies a web app.
112
112
113
113
### [ Set-AzureRmWebAppSlot] ( Set-AzureRmWebAppSlot.md )
114
- {{Manually Enter Set-AzureRmWebAppSlot Description Here}}
114
+ Modifies a web app slot.
115
115
116
116
### [ Set-AzureRmWebAppSlotConfigName] ( Set-AzureRmWebAppSlotConfigName.md )
117
- Set Web App Slot Config names
117
+ Designates the configuration settings that apply to a web app slot.
118
118
119
119
### [ Start-AzureRmWebApp] ( Start-AzureRmWebApp.md )
120
120
Starts a web app.
121
121
122
122
### [ Start-AzureRmWebAppSlot] ( Start-AzureRmWebAppSlot.md )
123
- {{Manually Enter Start-AzureRmWebAppSlot Description Here}}
123
+ Starts a web app slot.
124
124
125
125
### [ Stop-AzureRmWebApp] ( Stop-AzureRmWebApp.md )
126
126
Stops a web app.
127
127
128
128
### [ Stop-AzureRmWebAppSlot] ( Stop-AzureRmWebAppSlot.md )
129
- {{Manually Enter Stop-AzureRmWebAppSlot Description Here}}
130
-
131
- ### [ Swap-AzureRmWebAppSlot] ( Swap-AzureRmWebAppSlot.md )
132
- Swap two slots with a Web App
133
-
129
+ Stops a web app slot.
0 commit comments