< Back

Get-AzureRmWebAppPublishingProfile

Tue Jan 29, 2019 10:12 pm

NAME Get-AzureRmWebAppPublishingProfile



SYNOPSIS

Gets an Azure Web App publishing profile.





SYNTAX

Get-AzureRmWebAppPublishingProfile [-ResourceGroupName] <String> [-Name] <String> [[-OutputFile] <String>] [[-Format] {WebDeploy | FileZilla3 |

Ftp}] [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]



Get-AzureRmWebAppPublishingProfile [-WebApp] <Site> [[-OutputFile] <String>] [[-Format] {WebDeploy | FileZilla3 | Ftp}] [-DefaultProfile

<IAzureContextContainer>] [<CommonParameters>]





DESCRIPTION

The Get-AzureRmWebAppPublishingProfile cmdlet gets an Azure Web App publishing profile.





PARAMETERS

-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with azure.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Format <String>

Format



Required? false

Position? 3

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Name <String>

WebApp Name



Required? true

Position? 1

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-OutputFile <String>

Output File



Required? false

Position? 2

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-ResourceGroupName <String>

Resource Group Name



Required? true

Position? 0

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-WebApp <Site>

WebApp Object



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

Site

Parameter 'WebApp' accepts value of type 'Site' from the pipeline





OUTPUTS



NOTES









1:



PS C:\\> Get-AzureRmWebAppPublishingProfile -ResourceGroupName "Default-Web-WestUS" -Name "ContosoWebApp" -Format "Ftp" -OutputFile

"C:\\Users\\contoso\\outputfile"



This command gets the publishing profile in Ftp format for Web App ContosoWebApp associated with the resource group Default-Web-WestUS and

stores it in the specified output file.







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... ingprofile

Get-AzureRmAppServicePlan

Get-AzureRmWebApp