A further question: I’ve successfully deployed an ...
# typescript
r
A further question: I’ve successfully deployed an Azure App Service resource (🎉) but as it’s deploying private images from Docker Hub, the app is currently unavailable. How can I provide the necessary PAT for Docker Hub in the App Service deployment?
g
Hmm, I'm not super familiar with AppService so I don't know offhand. @tall-librarian-49374 do you know?
t
I think you need to set the app settings as explained in https://github.com/pulumi/pulumi-azure/issues/228
r
Oh, nice one. Thanks @tall-librarian-49374 👍