Hello, I’m trying to create a azure container app ...
# general
b
Hello, I’m trying to create a azure container app via pulumi that pulls an image from private docker hub repository, the documentation shows input paramet password_secret_ref- how do I specify this or create in azure to reference it? a working example would be greatly appreciated. Thanks!
r
@bored-king-62690 Have this been solved. I will create an example code and share it here
Hello @bored-king-62690 I created a simple python app that build the dockerfile and deploy the docker image to Docker Hub. Retrieves the credentials for authenticating to Docker Hub from Azure Key Vault. It also deploy the Dockerized Python TODO application to Azure Container Apps using Pulumi https://medium.com/@igeadetokunbo/deploy-a-dockerized-python-todo-app-to-azure-container-apps-using-pulumi-and-azure-key-vault-e8fe29b8c203