Skip to content

Commit 226527b

Browse files
authored
Merging latest 2 (MicrosoftDocs#353)
* Authored files in AzureRM.Storage v1.0.4.3 module and AzureRM.Tags v1.0.4.3 module. * updating metadata for ref content (MicrosoftDocs#347) * updating metadata * reverting path names for metadata * refactor docfx based on rd branch version * fixed typo * fixing broken links * fix broken links * fix broken link for ASM * fixing links to ASM and other content (MicrosoftDocs#350) * Authored content for AzureRM.Websites v1.0.4.3 module (MicrosoftDocs#351)
1 parent 6007723 commit 226527b

37 files changed

+897
-635
lines changed

.openpublishing.publish.config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"locale": "en-us",
1111
"monikers": [],
1212
"open_to_public_contributors": true,
13-
"git_repository_branch_open_to_public_contributors": "master",
13+
1414
"type_mapping": {
1515
"Conceptual": "Content",
1616
"ManagedReference": "Content",
@@ -34,6 +34,7 @@
3434
"notification_subscribers": [],
3535
"branches_to_filter": [],
3636
"skip_source_output_uploading": false,
37+
"git_repository_branch_open_to_public_contributors": "master",
3738
"dependent_repositories": [
3839
{
3940
"path_to_root": "_themes",

azureps-cmdlets-docs/ResourceManager/AzureRM.Websites/v1.0.4.3/AzureRM.Websites.md

Lines changed: 30 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -8,93 +8,92 @@ Locale: en-US
88

99
# AzureRM.Websites Module
1010
## Description
11-
{{Manually Enter Description Here}}
11+
This module contains cmdlets that manage Web Apps and App Service Plans in Azure Resource Manager.
1212

1313
## AzureRM.Websites Cmdlets
1414
### [Get-AzureRmAppServicePlan](Get-AzureRmAppServicePlan.md)
15-
{{Fill in the Synopsis}}
15+
Gets the Azure App Service plan.
1616

1717
### [Get-AzureRmAppServicePlanMetrics](Get-AzureRmAppServicePlanMetrics.md)
18-
{{Fill in the Synopsis}}
18+
Gets the metrics for an Azure App Service plan.
1919

2020
### [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.
2222

2323
### [Get-AzureRmWebAppCertificate](Get-AzureRmWebAppCertificate.md)
24-
{{Fill in the Synopsis}}
24+
Gets web app certificates.
2525

2626
### [Get-AzureRmWebAppMetrics](Get-AzureRmWebAppMetrics.md)
27-
{{Fill in the Synopsis}}
27+
Gets metrics for a web app.
2828

2929
### [Get-AzureRmWebAppPublishingProfile](Get-AzureRmWebAppPublishingProfile.md)
30-
{{Fill in the Synopsis}}
30+
Gets the publishing profile of a web app.
3131

3232
### [Get-AzureRmWebAppSlot](Get-AzureRmWebAppSlot.md)
33-
{{Fill in the Synopsis}}
33+
Gets information about the slot of a web app.
3434

3535
### [Get-AzureRmWebAppSlotMetrics](Get-AzureRmWebAppSlotMetrics.md)
36-
{{Fill in the Synopsis}}
36+
Gets the web app metrics for the specified slot.
3737

3838
### [Get-AzureRmWebAppSlotPublishingProfile](Get-AzureRmWebAppSlotPublishingProfile.md)
39-
{{Fill in the Synopsis}}
39+
Gets the publishing profile for the specified slot.
4040

4141
### [Get-AzureRmWebAppSSLBinding](Get-AzureRmWebAppSSLBinding.md)
42-
{{Fill in the Synopsis}}
42+
Gets a secure sockets layer (SSL) binding for a web app.
4343

4444
### [New-AzureRmAppServicePlan](New-AzureRmAppServicePlan.md)
45-
{{Fill in the Synopsis}}
45+
Creates an Azure App Service plan.
4646

4747
### [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.
4949

5050
### [New-AzureRmWebAppSlot](New-AzureRmWebAppSlot.md)
51-
{{Fill in the Synopsis}}
51+
Creates a slot for a web app.
5252

5353
### [New-AzureRmWebAppSSLBinding](New-AzureRmWebAppSSLBinding.md)
54-
{{Fill in the Synopsis}}
54+
Creates a secure socket layer (SSL) certificate binding for a web app.
5555

5656
### [Remove-AzureRmAppServicePlan](Remove-AzureRmAppServicePlan.md)
57-
{{Fill in the Synopsis}}
57+
Removes an Azure App Service plan.
5858

5959
### [Remove-AzureRmWebApp](Remove-AzureRmWebApp.md)
60-
{{Fill in the Synopsis}}
60+
Removes a web app.
6161

6262
### [Remove-AzureRmWebAppSlot](Remove-AzureRmWebAppSlot.md)
63-
{{Fill in the Synopsis}}
63+
Removes a web app slot.
6464

6565
### [Remove-AzureRmWebAppSSLBinding](Remove-AzureRmWebAppSSLBinding.md)
66-
{{Fill in the Synopsis}}
66+
Removes a secure socket layer (SSL) binding for a web app.
6767

6868
### [Reset-AzureRmWebAppPublishingProfile](Reset-AzureRmWebAppPublishingProfile.md)
69-
{{Fill in the Synopsis}}
69+
Resets the publishing profile for the specified web app.
7070

7171
### [Reset-AzureRmWebAppSlotPublishingProfile](Reset-AzureRmWebAppSlotPublishingProfile.md)
72-
{{Fill in the Synopsis}}
72+
Resets the publishing profile for the specified web app slot.
7373

7474
### [Restart-AzureRmWebApp](Restart-AzureRmWebApp.md)
75-
{{Fill in the Synopsis}}
75+
Stops and then restarts a web app.
7676

7777
### [Restart-AzureRmWebAppSlot](Restart-AzureRmWebAppSlot.md)
78-
{{Fill in the Synopsis}}
78+
Stops and then restarts a web app slot.
7979

8080
### [Set-AzureRmAppServicePlan](Set-AzureRmAppServicePlan.md)
81-
{{Fill in the Synopsis}}
81+
Modifies an Azure App Service plan.
8282

8383
### [Set-AzureRmWebApp](Set-AzureRmWebApp.md)
84-
{{Fill in the Synopsis}}
84+
Modifies a web app.
8585

8686
### [Set-AzureRmWebAppSlot](Set-AzureRmWebAppSlot.md)
87-
{{Fill in the Synopsis}}
87+
Modifies a web app slot.
8888

8989
### [Start-AzureRmWebApp](Start-AzureRmWebApp.md)
90-
{{Fill in the Synopsis}}
90+
Starts a web app.
9191

9292
### [Start-AzureRmWebAppSlot](Start-AzureRmWebAppSlot.md)
93-
{{Fill in the Synopsis}}
93+
Starts a web app slot.
9494

9595
### [Stop-AzureRmWebApp](Stop-AzureRmWebApp.md)
96-
{{Fill in the Synopsis}}
96+
Stops a web app.
9797

9898
### [Stop-AzureRmWebAppSlot](Stop-AzureRmWebAppSlot.md)
99-
{{Fill in the Synopsis}}
100-
99+
Stops a web app slot.

azureps-cmdlets-docs/ResourceManager/AzureRM.Websites/v1.0.4.3/Get-AzureRmAppServicePlan.md

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
external help file: Microsoft.Azure.Commands.Websites.dll-Help.xml
3-
online version:
3+
online version:
44
schema: 2.0.0
55
---
66

77
# Get-AzureRmAppServicePlan
88

99
## SYNOPSIS
10-
{{Fill in the Synopsis}}
10+
Gets the Azure App Service plan.
1111

1212
## SYNTAX
1313

@@ -22,26 +22,26 @@ Get-AzureRmAppServicePlan [-Location] <String> [<CommonParameters>]
2222
```
2323

2424
## DESCRIPTION
25-
{{Fill in the Description}}
25+
The **Get-AzureRmAppServicePlan** cmdlet gets the Azure App Service plan.
2626

2727
## EXAMPLES
2828

29-
### Example 1
29+
### Example 1: Get the app service plan in the specified resource group
3030
```
31-
PS C:\> {{ Add example code here }}
31+
PS C:\> Get-AzureRmAppServicePlan -Name "MyServicePlan" -ResourceGroupName "Default-Web-WestUS"
3232
```
3333

34-
{{ Add example description here }}
34+
This command gets the App Service plan named "MyServicePlan" in the resource group named "Default-Web-WestUS".
3535

3636
## PARAMETERS
3737

3838
### -Location
39-
The location of the app service plan.
39+
Specifies the location of the App Service plan.
4040

4141
```yaml
4242
Type: String
4343
Parameter Sets: S2
44-
Aliases:
44+
Aliases:
4545

4646
Required: True
4747
Position: 0
@@ -51,12 +51,12 @@ Accept wildcard characters: False
5151
```
5252
5353
### -Name
54-
The name of the app service plan.
54+
Specifies the name of the App Service plan to get.
5555
5656
```yaml
5757
Type: String
5858
Parameter Sets: S1
59-
Aliases:
59+
Aliases:
6060

6161
Required: False
6262
Position: 1
@@ -66,12 +66,12 @@ Accept wildcard characters: False
6666
```
6767
6868
### -ResourceGroupName
69-
The name of the resource group.
69+
Specifies the name of the resource group that contains the App Service plan.
7070
7171
```yaml
7272
Type: String
7373
Parameter Sets: S1
74-
Aliases:
74+
Aliases:
7575

7676
Required: False
7777
Position: 0
@@ -90,9 +90,16 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
9090
## OUTPUTS
9191
9292
### Microsoft.Azure.Management.WebSites.Models.ServerFarmWithRichSku
93-
Microsoft.Azure.Management.WebSites.Models.ServerFarmCollection
93+
### Microsoft.Azure.Management.WebSites.Models.ServerFarmCollection
9494
9595
## NOTES
9696
9797
## RELATED LINKS
9898
99+
[Get-AzureRmAppServicePlanMetrics](./Get-AzureRmAppServicePlanMetrics.md)
100+
101+
[New-AzureRmAppServicePlan](./New-AzureRmAppServicePlan.md)
102+
103+
[Remove-AzureRmAppServicePlan](./Remove-AzureRmAppServicePlan.md)
104+
105+
[Set-AzureRmAppServicePlan](./Set-AzureRmAppServicePlan.md)

0 commit comments

Comments
 (0)