You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- name: Check Azure Region - {{ common__azure_region }}
ansible.builtin.assert:
that:
- "common__azure_region is match(regex1)"
fail_msg: "Azure region value 'common__azure_region' with value '{{ common__azure_region }}' is not valid, it is typically lowercase letters and numbers with no spaces. Consider running 'az account list-locations -o table' in Azure CLI for a current listing."
quiet: yes
vars:
regex1: '^([a-z0-9]+)$'
- uses the incorrect parameter. It should be using infra__region
Regardless of the
infra_region
configured in the profile, an Azure deployment always show:The text was updated successfully, but these errors were encountered: