Hello Andrew Laing
Yes, the azapi provider assists in creating routing configurations in the Network Manager, even if it's not supported in the Terraform azurerm provider.
Refer this document:
We need to complete one last step before the routing configuration becomes operational, which is deploying the configuration. There isn't a good way to do this with the Terraform azapi provider.
Our choices are limited to:
- Azure Portal -By manually clicking "Deploy" option
- Azure CLI - https://learn.microsoft.com/en-us/cli/azure/network/manager?view=azure-cli-latest#az-network-manager-post-commit
- Powershell -https://learn.microsoft.com/en-us/powershell/module/az.network/deploy-aznetworkmanagercommit?view=azps-13.4.0
Once the deployment is complete:
In the Azure Portal, the routing config should change from "Not Deployed " to "Deployed"
If above is unclear and/or you are unsure about something add a comment below.Should there be any follow-up questions or concerns, please let us know and we shall try to address them.