< Back

Add-EswApplicationGatewayCertificate

Mon Jan 13, 2020 7:10 pm

NAME Add-EswApplicationGatewayCertificate



SYNOPSIS

Adds a certificate from Key Vault to an Application Gateway.





SYNTAX

Add-EswApplicationGatewayCertificate [-AppGatewayName] <String> [-ResourceGroupName] <String> [<CommonParameters>]





DESCRIPTION

Adds a certificate from Key Vault to an Application Gateway.





PARAMETERS

-AppGatewayName <String>

The name of the application gateway that the certificate will be added to.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ResourceGroupName <String>

The name of the azure resource group that the application gateway is in.



Required? true

Position? 2

Default value

Accept pipeline input? false

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 (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



NOTES





This function assumes you are connected to ARM (Login-AzAccount) and that you are already in the right

subscription on ARM.



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Adds a certificate from the key vault deployed to the 'eus-platform-test' to the application gateway named

'esw-we-fabric-test-ag-01'



Add-EswApplicationGatewayCertificate -AppGatewayName 'esw-we-fabric-test-ag-01' -ResourceGroupName

'eus-platform-test'











RELATED LINKS