PowerApps-Samples icon indicating copy to clipboard operation
PowerApps-Samples copied to clipboard

Sample code for Power Apps, including Dataverse, model-driven apps, canvas apps, Power Apps component framework, portals, and AI Builder.

Results 25 PowerApps-Samples issues
Sort by recently updated
recently updated
newest added

How to use multi-factor authentication using the [Microsoft.PowerPlatform.Administration.UserManagement](https://github.com/microsoft/PowerApps-Samples/tree/61dd17caeb9b09469f6ed081b6c9104c85118a7a/powershell/UserManagement/Microsoft.PowerPlatform.Administration.UserManagement) powershell scripts? Many organizations mandate the use of Multi-Factor auth, especially for priviliged roles (such as what this script requires) The documentation...

PowerShell

The script [Microsoft.PowerPlatform.Administration.UserManagement.psm1](https://github.com/microsoft/PowerApps-Samples/blob/61dd17caeb9b09469f6ed081b6c9104c85118a7a/powershell/UserManagement/Microsoft.PowerPlatform.Administration.UserManagement/Microsoft.PowerPlatform.Administration.Powershell/Microsoft.PowerPlatform.Administration.UserManagement.psm1) uses the `Connect-AzureAD` cmdlet ([source code here](https://github.com/microsoft/PowerApps-Samples/blob/61dd17caeb9b09469f6ed081b6c9104c85118a7a/powershell/UserManagement/Microsoft.PowerPlatform.Administration.UserManagement/Microsoft.PowerPlatform.Administration.Powershell/Microsoft.PowerPlatform.Administration.UserManagement.psm1#L180)), which is due for deprecation in one month (30th March 2024 - see [here for announcement](https://techcommunity.microsoft.com/t5/microsoft-entra-blog/important-azure-ad-graph-retirement-and-powershell-module/ba-p/3848270)). Are there plans for...

PowerShell

CreateIdentityEnterprisePolicy.ps1 script under powershell/managed-identities/Common.zip requires the command: "Set-AzContext -Subscription $subscriptionId" after "$connect = AzureLogin". Without this change, we are getting ResourceGroupNotFound error while running the script.

PowerShell

The article [Use managed identities for Azure with your Azure data lake storage (preview)](https://review.learn.microsoft.com/en-us/power-apps/maker/data-platform/azure-synapse-link-msi?branch=matp-3225222) mentioned in the README.md [Managed identities for Azure PowerShell scripts to use for Azure Synapse Link...

Hello, I am having troubles using the model driven grid control PCF. Without doing any changes, and uploading the component in my organisation, the paging doesn't seem to work. The...

I run this command: Remove-RoleAssignmentFromUsers -roleName "System Administrator" -usersFilePath C:\temp\230404David.csv -processAllEnvironments $true -outputLogsDirectory C:\temp\DavidRemovedRoles However, there is no successful role removement. The error is: Exception while retrieving users with role...

waiting on input from dev team

Hi. I read the documentation for the exercises in the title and I followed the instructions. I have a problem with result. The 'document processed email' is sent twice (it...

If the cpu_cores and memory_gb parameters specified in the AciWebservice.deployment_configuration method in the sixth cell are left at their default values, the following error message will be output and failure...

Hello @JimDaly and community, While running the SetupService.ipynb from my Azure workspace, I get the following error message for the LoC below, **LoC** ![image](https://user-images.githubusercontent.com/31663497/161792563-470fe8ea-6820-431d-b63e-9e6e4f3f3371.png) **Error** Updating service pneumonia-detection-onnx Tips: You...

According to the document: https://github.com/microsoft/PowerApps-Samples/tree/master/ai-builder/BringYourOwnModelTutorial Also followed Matteo Iacomelli instruction to update "pip==21.0.1" to "pip==20.2.4". Still got the following: ERROR: pip's dependency resolver does not currently take into account all...