Export-PnPPowerApp throws an error - 400 bad request #4872
Unanswered
ravishan459
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would appreciate any help regarding the below issue
Trying to export a PowerApp using export-pnppowerapp cmdlet.
Running the command from PShellv 7.5.0
$azuremanagementurl = https://management.azure.com/
Using
$pnpconnection = connect-pnponline -url $azuremanagementurl clientid and thumbprint (valid till 2026 and azure app has azure management api,
Powerapps service API permissions)
When providing a connection
export-pnppowerapp -environment -identity connection $pnpconnection and also tried using "https://management.azure.com/.default" but no luck
It thorws an error - 400 bad request
Beta Was this translation helpful? Give feedback.
All reactions