Add support azure for demo workflow scenario

Task: https://mirantis.jira.com/browse/PRODX-16184

Change-Id: I0b4d053057feda3098400f306f6dd69f7cc6e78f
diff --git a/src/com/mirantis/mk/KaasUtils.groovy b/src/com/mirantis/mk/KaasUtils.groovy
index e356228..d2fa053 100644
--- a/src/com/mirantis/mk/KaasUtils.groovy
+++ b/src/com/mirantis/mk/KaasUtils.groovy
@@ -304,8 +304,8 @@
  */
 def multiregionWorkflowParser(keyword) {
     def common = new com.mirantis.mk.Common()
-    def supportedManagementProviders = ['os', 'aws', 'vsphere', 'equinix']
-    def supportedRegionalProviders = ['os', 'vsphere', 'equinix', 'bm']
+    def supportedManagementProviders = ['os', 'aws', 'vsphere', 'equinix', 'azure']
+    def supportedRegionalProviders = ['os', 'vsphere', 'equinix', 'bm', 'azure']
 
     def clusterTypes = ''
     if (keyword.toString().contains('multiregion')) {