Dear Dushyant,
Thank you for reaching out with your question on the Q&A portal. I appreciate the detailed explanation and the steps you provided to reproduce the issue. It’s great to see such a thorough approach to troubleshooting.
Regarding your concern about the zoneRedundant
property in your Service Bus Namespace, I understand why this might be confusing. Even though the documentation mentions that enabling zoneRedundant
typically applies to Premium SKUs, your Standard SKU namespace still shows this property as true
. Rest assured, this does not mean your namespace will be automatically upgraded to Premium SKU or incur higher charges. The Standard SKU does not support zone redundancy, so this property being set to true
is likely a default or placeholder value and won’t affect your billing or deployments.
If you want to ensure your namespace remains Standard and avoid any ambiguity, you can explicitly set zoneRedundant
to false
in your ARM template. Azure will not override your SKU selection based on this property alone.
For further clarity, I recommend checking out these Microsoft articles:
ARM template reference for Service Bus
If you have any follow-up questions or need additional assistance, feel free to ask.
Best regards,
Alex
P.S. If my answer helped you, please Accept my answer.