diff --git a/app-service/list-outbound-ips-legacy/README.md b/app-service/list-outbound-ips-legacy/README.md index 45664da..0522917 100644 --- a/app-service/list-outbound-ips-legacy/README.md +++ b/app-service/list-outbound-ips-legacy/README.md @@ -3,13 +3,11 @@ You'll find in this function an easy way to extract the outbound IP addresses information used by all your App Services in your subscriptions by using the Azure Resource Graph, it is very fast compared to the old version scanning all subscription one at a time (50x faster for me) ## Requirements -Tested with AzureRM.Profile Version 3.2.x & AzureRM.Websites 3.2.x - -Tested with AzureRM.Profile Version 5.8.x & AzureRM.Websites 5.2.x +Tested with Az.Accounts Version 2.2.x & Az.Websites 2.5.X ## Usage ```powershell -Login-AzureRmAccount +Connect-AzAccount .\Get-AppServiceWebAppsOutboundIpAddresses.ps1 -SubscriptionName 'mysub1','mysub2' -IncludePossibleOutputIpAddresses ``` diff --git a/app-service/list-outbound-ips/README.md b/app-service/list-outbound-ips/README.md index cdde135..682ea2c 100644 --- a/app-service/list-outbound-ips/README.md +++ b/app-service/list-outbound-ips/README.md @@ -3,7 +3,7 @@ You'll find in this function an easy way to extract the outbound IP addresses information used by all your App Services in your subscriptions by using the Azure Resource Graph, it is very fast compared to the old version scanning all subscription one at a time (50x faster for me) ## Requirements -Tested with Az.ResourceGraph Version 0.7.x +Tested with Az.ResourceGraph Version 0.10.x ## Usage ```powershell diff --git a/application-gateway/README.md b/application-gateway/README.md index 2fb6489..3a6fc55 100644 --- a/application-gateway/README.md +++ b/application-gateway/README.md @@ -5,7 +5,7 @@ Did you ever had developers or engineers coming to your desk in panic realizing ## Requirements Tested with Azure PowerShell Az v1.x.x -Tested with Azure PowerShell Az.ResourceGraph module v0.7.6 +Tested with Azure PowerShell Az.ResourceGraph module v0.10.0 ## The problematic Did you ever had developers or engineers coming to your desk in panic realizing their Azure Application Gateway' certificates expired without them knowing it in advance. Causing them downtime in their release pipeline, dev or worst, their production environment!