Closed patelchandni closed 2 years ago
Essentially, it is using this utility to deploy the app image: https://github.com/microsoft/pipelines-appservice-lib/blob/6299870403febc525eb38b2a1a85fdb5602e9a95/src/RestUtilities/ContainerDeploymentUtility.ts#L15
Therefore, it needs RBAC credentials to update app setting linuxFxVersion/windowsFxVersion with image name.
@patelchandni for it needs RBAC credentials to update app setting linuxFxVersion/windowsFxVersion with image name
, does this mean we can't add publish-profile
option to functions-container-action
?
Can we apply implementation from azure/webapps-deploy
which has publish-profile
option?
I think this option is still useful for those who don't have permission to generate RBAC credentials
.
Thank you so much.