python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to store connection string in Azure Vault and map it back to the configuration settings in Azure Web App?
I am using Azure Web App service. Currently, I am storing the plain connection string to the database, Azure storage in the Application Settings section in the configuration tab of the Web App Service...
Jay
Votes: 0
Answers: 1
How to set up Azure App Service multi-container app for CI pipeline
We have implemented a CI/CD pipeline to automatically build and deploy new releases onto a staging slot in our Azure App Service instance. We build and push new container images to our Azure Container...
Donfuzius
Votes: 0
Answers: 1
My docker image is not seeing the enviornemnt variables when using the `--env` yet it sees with using docker-compose
I created a docker image of my OrchardCore project. I tried to run it using the following command
docker container run --detach --publish 8085:80 --name imageName MYIMAGE -e OrchardCore__DatabaseProvi...
Jay
Votes: 0
Answers: 1