We are trying to establish continuous deployment. We want to do network swaps when deploying new resources.
Sometimes the Azure infrastructure is not responsive provisioning the resources. As we can have a left over conflicting resources when a deployment fails due to unsuccessful deployments.
Question : Should we name our resources uniquely every time we deploy ? Such as giving our build number naming to our infrastructure.
PS:I have noticed that azure team already does this. As they have to host a multi tenant architecture.