/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.pamelafox.org
| | njmulsqb.github.io
4.5 parsecs away

Travel
| | You can raise your privileges in Azure if you have automation accounts and managed identities configured in a specific way. Read the post to learn more.
| | damienbod.com
3.1 parsecs away

Travel
| | This article looks at setting up an ASP.NET Core application to use Azure Key Vault. When deployed to Azure, it works like in the Azure documentation but when working on development PCs, some changes are required for a smooth developer experience. Code: https://github.com/damienbod/UsingAzureKeyVaultInDevelopment I develop using Visual Studio and manage multiple accounts and test environments....
| | markheath.net
2.5 parsecs away

Travel
| | Mark Heath's Development Blog
| | damienbod.com
23.9 parsecs away

Travel
| The article shows how to implement user management for an ASP.NET Core application using ASP.NET Core Identity. The application uses custom claims, which need to be added to the user identity after a successful login, and then an ASP.NET Core policy is used to authorize the identity. Code: https://github.com/damienbod/AspNetCoreAngularSignalRSecurity History 2023-01-07 Updated .NET 7, Angular...