-
|
Hello everyone, I'm encountering an issue while trying to download a canvas app using the Power Apps CLI (PAC). I followed the standard procedure to authenticate and download a canvas app from my Power Platform environment, but I keep receiving a DNS resolution error. My auth profil is a service principal... The problem is encoutered only when I use my service principal profil. If i use my own connexion download is performed without problems. Command Attempted:
Error Received: Erreur : Une erreur s'est produite lors de l'envoi de la demande. Troubleshooting Steps Taken: Questions: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi @FAC-1312 Issue is with SPN indeed. You can't share a canvas app with an SPN - if you run pac canvas list using your SPN, do you see any app? Any specific reason you have to use an SPN in your scenario? Thanks for raising, we will clarify in the documentation that pac canvas list and download doesn't support SPN. |
Beta Was this translation helpful? Give feedback.
Hi @FAC-1312
Issue is with SPN indeed. You can't share a canvas app with an SPN - if you run pac canvas list using your SPN, do you see any app?
Any specific reason you have to use an SPN in your scenario?
If you need to use SPN, you can wrap the msapp in a solution and use a solution to export it using your SPN auth.
Thanks for raising, we will clarify in the documentation that pac canvas list and download doesn't support SPN.