Arize-ai / phoenix-on-azure

Other
12 stars 3 forks source link

Password entry required? #10

Closed pamelafox closed 1 month ago

pamelafox commented 1 month ago

I was surprised to get prompted for two passwords. Could those parameters default to empty strings, so that there's no prompt?

You could change main.bicep like so:

@secure()
param databasePassword string = ''
Screenshot 2024-07-11 at 2 55 17 PM
abalam666 commented 1 month ago

Thank you very much for your contribution @pamelafox