Jon Gallant

Results 233 comments of Jon Gallant

@rajeshkamal5050 - It would be good to include this in breaking changes list with instructions on how to implement with the new method. Pamela is that something you can write...

@pamelafox - Prob good idea to add a param to main.bicep that allows people to specify principalId type

The technical reason for requiring the folder to be created first is because we were having issues with creating a directory and then changing the cwd to that dir. If...

@vhvb1989 - Let's explore other options that include modifying or enhancing `azd init` versus introducing a new command. I'd prefer something like `azd init -t template -f folder` or `azd...

Could you do a PR to all templates with that text? I'm thinking adding it to the readme. Thanks!

Yes, provision is required to run it locally because of the KV connection. We should fix that though. Can you file a new issue? Keep this one open for this...

Options: 1. Use `azd env list` like above 1. Use .azure/config.json: - The default environment is listed in `.azure/config.json` in the `defaultEnvironment` property. You could build the path based on...