hi everyone, i have few question, i use pulumi sin...
# azure
r
hi everyone, i have few question, i use pulumi since 1 year now and i love it. But in certain case, it’s very hard to understand how to code without example. see my problem : I write my code with typescript, and i’am on Azure I use web.webaap for create a function app, and i want to add an identity provider. I use azuread.Application (App registration) who its work fine, but when i want to associate my function app with this App registration, i used WebAppAuthSettingsV2. And its very hard to understand how used it. Somebody have an working example ?
I found the solution