Forum Discussion
Connecting to Azure App Config from Power BI
- Anonymous3 years ago
Hi Anonymous ,
One possible solution is to use a service principal to authenticate with Azure App Configuration.
The other is to try to get the data through a REST API.
Please refer to the following documents for more information.
Sign in with Azure PowerShell | Microsoft Learn
Work with Azure service principals – Azure CLI | Microsoft Learn
Azure App Configuration REST API | Microsoft Learn
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous ,
Has your problem been solved? If the problem has been solved you can mark the reply for the standard answer to help the other members find it more quickly. If not, please point it out. Thanks in advance.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous2 years agoNot applicable
Hello Neeko, the rest api method did not work and it also forces secrets to exposed as a way of consuimg the app config api. The service prinicpal method may work but the org has security guidelines which prevent from going down that route. For now, we have paused this option. Will accept the solution since it helped