sábado, 13 de julho de 2024

My Microsoft Entra ID notes

Learn Live - Introduction to Azure AD B2C (youtube.com)

 

To be able to create new attributes, you need to add the Attribute Definition Administrator role to your user.

https://entra.microsoft.com/#view/Microsoft_AAD_IAM/CustomAttributesCatalogAttributeSetsBlade


Create Custom User Attribute in Azure AD – TheITBros


In Azure Active Directory B2C, custom policies are designed primarily to address complex scenarios. For most scenarios, we recommend that you use built-in user flows

The REST API technical profile allows you to send a complex JSON payload to an endpoint.

Define a RESTful technical profile in a custom policy - Azure AD B2C | Microsoft Learn




How to see the possibleOutboundIpAddresses of your Azure Functions

az functionapp show --resource-group RGname --name exampleapi --query possibleOutboundIpAddresses --output tsv

segunda-feira, 1 de julho de 2024

Exploring the Dapr Actors API in .NET

Exploring the Dapr Actors API in .NET https://www.youtube.com/watch?v=k4dUalPe8SI

domingo, 21 de abril de 2024

Como ler Sensores Industriais de 4-20mA com Arduino

https://youtu.be/TPuqkJDOE98?si=31TJl29x6ISoyBDs&t=326




Reading 4 to 20ma pressure sensor using uno

https://arduino.stackexchange.com/q/45485/97723


quarta-feira, 7 de fevereiro de 2024

How To Add Google Authentication To Blazor SSR - Codewrinkles

How To Add Google Authentication To Blazor SSR - Codewrinkles


https://www.youtube.com/watch?v=r4shd_aC3T4

domingo, 4 de fevereiro de 2024

Introduction To Blazor Authentication in .NET 8 - Codewrinkles

 Introduction To Blazor Authentication in .NET 8


https://www.youtube.com/watch?v=asa2ucbZlCI


segunda-feira, 4 de dezembro de 2023

How to remove unpushed commit in Visual Studio

 git reset --soft HEAD~


https://stackoverflow.com/a/63343196/194717