You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app-service/list-outbound-ips-legacy/README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,11 @@
3
3
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)
4
4
5
5
## Requirements
6
-
Tested with AzureRM.Profile Version 3.2.x & AzureRM.Websites 3.2.x
7
-
8
-
Tested with AzureRM.Profile Version 5.8.x & AzureRM.Websites 5.2.x
6
+
Tested with Az.Accounts Version 2.2.x & Az.Websites 2.5.X
Copy file name to clipboardExpand all lines: app-service/list-outbound-ips/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
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)
Copy file name to clipboardExpand all lines: application-gateway/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Did you ever had developers or engineers coming to your desk in panic realizing
5
5
## Requirements
6
6
Tested with Azure PowerShell Az v1.x.x
7
7
8
-
Tested with Azure PowerShell Az.ResourceGraph module v0.7.6
8
+
Tested with Azure PowerShell Az.ResourceGraph module v0.10.0
9
9
10
10
## The problematic
11
11
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!
$msg='Certificate {0} is linked to Key Vault secret: {1}. Certificate scanning is not supported in this scenario. You can leverage Azure Policy to do so.'-f$_.name,$_.properties.keyVaultSecretId
0 commit comments