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
Hi Daniel,
Thanks for this tutorial. Just want to confirm, Route Table creation is not included in the tutorial right? Coz the az resource list is returning nothing. So we have to manually create it?
Cheers,
Cris
The text was updated successfully, but these errors were encountered:
Yes it appears you need to create the route table as well. You will also need to make sure your command for null_resource.fix_routetable outputs in json. az resource list --resource-group <RESOURCE_GROUP> --resource-type Microsoft.Network/routeTables --output json | jq -r '.[] | .id'
Hi Daniel,
Thanks for this tutorial. Just want to confirm, Route Table creation is not included in the tutorial right? Coz the az resource list is returning nothing. So we have to manually create it?
Cheers,
Cris
The text was updated successfully, but these errors were encountered: