I am using a PS script to create ACI instances and I have used this script before with no issue at a previous company. However, now when I run it with the updated info I get the following error:
The DNS name label 'alludio-platform-tenants-api-prod' in container group 'alludio-platform-tenants-api-prod' is invalid. It can contain only lowercase letters, numbers and hyphens. The first character must be a letter. The last character must be a letter or number. The value must be between 5 and 63 characters long.
It is quite obvious nothing in the label violates any of the explanations outlined and I even was able to create the container through the web console with the exact same info I provide to the script and it created just fine.
I have updated my Az PS version as well to the latest thinking maybe there was a mismatch on the api on the backend. I don't understand how it can give me this error when its clearly not an issue.