Dina Berry (personal)
Dina Berry (personal)
The example shows `js` but what other languages are supported? Can I use this to show a file which is text-based console output?
Hi, I've updated the code to allow ssl connections to mongo. Are you interested in a pull request? Thanks, Dina
for azd up, I select these locations from the list of locations: 1) azure location: sweden central 2) docIntelligence: europe 3) openAI: sweden central these were selected from the available...
Add dependencies to postCreateCommand script as stated by product group in Issue [#28331](https://github.com/microsoft/playwright/issues/28331)
They are throwing `deprecated` notices during `npm install`.
**Are you accessing the project from the GitHub Codespaces?** - [ ] No, I am running the project on my local machine (I will fill in the OS section below)...
I can see the blog package.json has its own Docker commands for building with environment variables but I don't see how the azure.yml calls those scripts for Docker:build or Docker:run....
This [output variable](https://github.com/Azure-Samples/contoso-real-estate/blob/main/infra/main.bicep#L387) is empty when APIM isn't used but the Azure Function API is always created. Its endpoint should be in the array regardless of APIM or not. Once...
**Describe the bug** Currently the order of services are deployed by alphanum. Can the names be changed to imply the order: ``` services: a_backend_api b_backend_cms c_backend_stripe d_frontend_portal e_frontend_blog ```