Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
This article provides information on the configuration for Power Apps code apps.
Hosted app code
When you publish a code app to Power Platform by using pac code push, the compiled app assets are hosted on a publicly accessible endpoint. This endpoint doesn't currently support IP-based access restrictions. Because code apps authenticate with Microsoft Entra ID, use Conditional Access to control access by location or IP. Don't store sensitive user or organizational data in the app. Store this kind of data in a data source so the content is retrieved after end-users playing the app go through authentication and authorization checks.
Hide the Power Apps header when playing an app
To hide the header that appears when you play the app, append a hideNavBar=true query string parameter to the URL of an app when you share it.
Before: Header is visible
https://apps.powerapps.com/play/e/{environment id}/a/{app id}
After: Header is hidden
https://apps.powerapps.com/play/e/{environment id}/a/{app id}?hideNavBar=true