Forum Discussion

dkurepa's avatar
dkurepa
Icon for Microsoft rankMicrosoft
Jul 15, 2024

[Azure CLI] az sf application-type version create authentication

Hello,

We're currently using `az sf application-type version create` to create a new application-type version, and then `az sf application upgrade` in our CI for Service Fabric deployments.

The first comman, `az sf application-type version create` accepts a --package-url parameter. Currently, we're passing a package url with a SAS token. We want to stop doing this and to authenticate using something like a Managed Identity, but we can't get it to work (we keep authentication issues).

 

Is there any guide on how to do this? Is it even a supported scenario?

Resources