Skip to content

Commit

Permalink
AZ-104 whiteboard
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthebrit committed Nov 1, 2021
1 parent e52cb47 commit 9b18225
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions AZAdminCert/Demo.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#List clouds DM01
Get-AzEnvironment

#Show regions
Get-AzLocation | ft

#View the IP addresses for storage in South Central US DM02
$serviceTags = Get-AzNetworkServiceTag -Location southcentralus
($serviceTags.Values | Where-Object {$_.Name -eq "Storage.SouthCentralUS"}).Properties.AddressPrefixes
($serviceTags.Values | Where-Object {$_.Name -eq "Storage.SouthCentralUS"}).Properties.AddressPrefixes.count
Binary file added Whiteboards/AZ104WhiteBoard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9b18225

Please sign in to comment.