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
{{ message }}
This repository has been archived by the owner on Dec 4, 2019. It is now read-only.
List of things we could do to improve the experience with deploy.sh
Parameters validation. E.g.: I arrived to step 6 when it told me registry_name wasn't valid
Length of password for DB is not validated. It says between 12 and 32 but you can type anything
Look into using the default version of Kubernetes instead of a hardcoded one that could be removed at any time
Use the same region for all resources via the parameter, right now it's hardcoded in a few places
If role assignment fails after 3 tries, the process continues, we should do better error validation
The output isn't very nice TBH...
Even though the script does some checking to see if the user is logged in, it doesn't work and you have to manually do az login before running the script
If something fails, ask if we want to do clean up of the resources (delete resource group and service principal)
List of things we could do to improve the experience with
deploy.sh
registry_name
wasn't validaz login
before running the scripthttpApplicationRouting
in the templatelistr
or something like that to have a nicer output?@utsavized, @sarvaje FYI
The text was updated successfully, but these errors were encountered: