Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elwinehlers/azure
https://github.com/elwinehlers/azure
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elwinehlers/azure
- Owner: ElwinEhlers
- Created: 2024-01-25T15:44:48.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-27T19:42:01.000Z (12 months ago)
- Last Synced: 2024-01-27T20:37:16.068Z (12 months ago)
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Azure
#How to see my network. IP test prepair peerings.
Azure Cloud Shell
```html
az network vnet list --query '[].{"Region": location, "vNet": name, "CIDR": addressSpace.addressPrefixes[0]}' --output table
```
|Region |VNet |CIDR |
|------------------ | ---------------- | ------------ |
|germanywestcentral |ahoi-hub-vnet |10.80.0.0/16 |
|germanywestcentral |ahoi-spoke1-vnet |10.81.0.0/16 |
|germanywestcentral |ahoi-spoke2-vnet |10.82.0.0/16 |
https://learn.microsoft.com/en-us/azure/virtual-network/virtual-network-peering-overview