Dina Berry (personal)
Dina Berry (personal)
@jongio I've created a repo to test this out and can't get any subdir except the typical subdir working. Can you PR into the repo to show me how to...
@jongio So I don't need any other azure.yml but the one at the root and all deployment services need to be in that root azure.yml?
@jongio @seesharprun Here is my breakout in my side project. https://github.com/dfberry/cloud-native-todo/pull/21 - The bicep for the front and back ends stays with front or backend source code. I'm not sure...
@seesharprun That would work for SWA, Functions, and App Service where packages are code. I'm not sure how that would work with containers.
Related [issue](https://github.com/Azure/azure-dev/issues/3195) and its [own branch of code](https://github.com/dfberry/todo-nodejs-mongo-aca/tree/diberry/separate-infra)
Hi Thomas, I don't have that code any more but this page should get you closer - it has to do with passing options http://mongodb.github.io/node-mongodb-native/2.2/tutorials/connect/ssl/. -Dina
1) Internal sub security threat thrown on deployment for Azure function because deployment logs contain secrets 2) Azure Function has the following deployment input params * `AZURE_COSMOS_CONNECTION_STRING_KEY` connection string to...
@manekinekko There are issues with playwright for dev containers: 1) how to pull the dependencies only at the time they are needed at not when the dev container first opens....
I would like to fix this bug but have an issue with the suggestion from @Bamieh. The epilogue only has access to the flat stats object. ```JSON { "suites": 1,...
@boneskull I would like to add the test case but I'm not sure how to do that. I see that there isn't one in the tests so far but what...