Power Platform based solution that allows users to request teams and automates team creation. NO LONGER MAINTAINED. Please use 'Provision Assist' - https://github.com/pnp/provision-assist-m365/ instead.
MIT License
236
stars
66
forks
source link
Customer requires to work with request a team resources (including logic apps) using private vnet #379
Can request a team app work with resources (including logic apps) using private vnet
Steps to reproduce
the test succeeds when the KeyVault is configured to allow connections from public IP addresses (the “Allow public access from all networks” setting is checked). When KeyVault is configured not to allow access from public IP addresses (the “Disable public access” setting is checked), the test fails with the error
Description
Can request a team app work with resources (including logic apps) using private vnet
Steps to reproduce
the test succeeds when the KeyVault is configured to allow connections from public IP addresses (the “Allow public access from all networks” setting is checked). When KeyVault is configured not to allow access from public IP addresses (the “Disable public access” setting is checked), the test fails with the error
Expected results
App working
Actual Results
Operation failed because client does not have permission to perform the operation on the key vault. Please check your permissions in the key vault access policies https://docs.microsoft.com/en-us/azure/key-vault/general/assign-access-policy-portal.\r\nclientRequestId
Solution component
Logic Apps
Operating system (environment)
Other
Additional Info
No response