Pamela Fox

Results 810 comments of Pamela Fox

Are you using the most recent code? We no longer use the arguments approach, now I load the azd environment dynamically. Those scripts were getting rather long and hard to...

Closing this, as I think it's been addressed from my recent change.

This looks related to the Container Apps remote build process. I've asked the azd team to look into this, as I don't believe it's specific to this repo. Thanks for...

@merpe01 Could you run `azd deploy --debug` and direct the output to a file? We can then get the deployment ID from the logs and ask the Container Apps team...

Could you file an issue in the azd repo? https://github.com/Azure/azure-dev I don't know of what we could do on our side here, since that dotenv task comes from the azd...

I did manage to get APIM working for my functions app. It was a bit complicated due to the necessity to tie the function app and APIM together, but it...

For the record, we are currently "achieving" this for a public code template by having the host line commented out, asking developers to un-comment it, and also by providing a...

I just discovered that for our conditional deployment situation, we need to use different hooks for App Service vs ACA, prepackage vs prebuild. Would option #2 make that flow easier,...