All Questions
Tagged with azure-application-gateway powershell
12
questions
3
votes
1
answer
2k
views
Retrieve/recover cert pfx from Azure Application Gateway
I want to retrieve/download the original pfx certificate that was uploaded onto our Application Gateway.
So far I have done the following in PowerShell:
$appGw = Get-AzApplicationGateway -Name "...
2
votes
1
answer
2k
views
How to update Azure Application Gateway Path Based Rule UrlPathMap from .NET
On Azure Portal, I am able to setup path-based rules which have some default setting, and a list of sub-rules (UrlPathMap).
Each of those sub-rules has a name, paths, backend pool, and HTTP setting ...
2
votes
1
answer
589
views
Application gateway routing rule not updating with powershell script
I'm using the following script to try and update a routing rule in my application gateway. It runs fine with no errors but seemingly doesnt actually do anything when i go and check the rule it remains ...
1
vote
1
answer
508
views
How to create alert for Azure Application Gateway Unhealthy Backend?
I have tried to use the following options
Azure Monitor Alert
Powershell Script
Iam trying to test for a application gateway.
I have tried to create alert using the Azure Monitor with the Signal - ...
0
votes
1
answer
196
views
Adding new VM IP Address to Azure Gateway Backend Pool failing
I'm trying to automate the inclusion of an IP Address of a new VM I am creating with an ARM template into an Azure Application Gateway Backend pool.
From what I can gather, I need to get the current ...
0
votes
1
answer
97
views
Does WAF need to be included as part of Application Gateway creation?
As part of BCP/Disaster Recover planning, we want to simulate a restoration scenario of the application gateway template we have in bitbucket.
I have the json template as well as parameters file in ...
0
votes
1
answer
873
views
How do i create Azure application gateway using Powershell -Multiple BackendPool
https://learn.microsoft.com/en-us/azure/application-gateway/tutorial-ssl-powershell
Hi All,
Using above link I'm able to create an application gateway with one Backend pool, with one Http settings, ...
0
votes
2
answers
221
views
App Gateway, Unable to create health probe with powershell
I'm currently experiencing an issue while attempting to create a health probe using PowerShell. I've already successfully created multiple health probes through the portal.
When I execute the command, ...
0
votes
1
answer
236
views
Create Application Gateway probe, backend pool, rules ecc.. with powershell New-AzResources
i'm trying to create with powershell and and command new-AzResources some object, like probe, rules etc.. inside an application gateway. I'm using following snippet:
### Get properties
$get = Get-...
0
votes
1
answer
173
views
Understanding Test-AzureRmPrivateIPAddressAvailability . Application gateway Private IPs are listed as available
I'm working on a script to figure out which IPs are available for an Application Gateway if there are already Gateways in the subnet.
When I use Test-AzureRmPrivateIPAddressAvailability and test an ...
0
votes
1
answer
997
views
Getting list of available IPs in a subnet for Application Gateway. Want Dynamic to be Static
Is there a way to get an entire list of available IPs for an Application Gateway available in a subnet? The frontent IP is dynamically assigned, but I need it to be static. BUT the IPs needs to be ...
-1
votes
1
answer
581
views
Azure power shell command to remove IP restrictions on App service
I did my part of RnD and could not find Azure Powershell command remove IP restrictions on App service. Can someone help me out here plz.