quarta-feira, 6 de novembro de 2024
terça-feira, 5 de novembro de 2024
How to open CSV file in Excel with , (comma) separator
It is possible to add:
sep=,
at the beginning of the file, and Excel will display the columns.
Example:
sep=,
"LETTER","ANIMAL"
"a","aardvark"
"b","bear"
"c","cow"
Source: https://superuser.com/q/773644/274615
sábado, 2 de novembro de 2024
sexta-feira, 1 de novembro de 2024
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
Assinar:
Postagens
(
Atom
)