Skip to content

Commit

Permalink
Updated readme's
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Lapointe committed Jun 14, 2021
1 parent 40ec596 commit 4cdde14
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions app-service/list-outbound-ips-legacy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion app-service/list-outbound-ips/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion application-gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 4cdde14

Please sign in to comment.