This is the basis for the Hub & Spoke - A Love Story talk that I give at conferences world-wide
az deployment sub create --template-file hub.bicep --parameters hub.params.json --location westeurope --name hubspoke-hub
az deployment sub create --template-file spoke.bicep --parameters spoke.params.json --location westeurope --name hubspoke-spoke