问题 Apologies, I'm new to Azure. I created a service bus and queue via the Azure portal using this tutorial. I can write and read from the queue ok. The problem is, to deploy to the next environment, I have to either update the ARM template to add the new queue or create the queue in code. I can't create the queue through the portal in the next environment. I've chosen the latter: check to see if the queue exists and create as required via code. I already have an implementation for this for a