Azure PowerShell
Azure PowerShell
Set Azure context
You will need to change the subscription you are set to for getting info on the resources in that subscription:
| |
Get Info on Function Apps
Commands to find info on vnet usage of function apps:
Get the function apps:
| |
go through each app to display the vnet and subnet it is attached to using the siteconfig info:
| |