Sample .NET Core reference application, powered by Microsoft, based on a simplified microservices architecture and Docker containers. See all the samples in this GitHub repo.
Leave a Commentmariuszdotnet ☁ Posts
The Microsoft Authentication Library (MSAL) enables developers to acquire tokens from the Microsoft identity platform in order to authenticate users and access secured web APIs. It can be used to provide secure access to Microsoft Graph, other Microsoft APIs, third-party web APIs, or your own web API. MSAL supports many different application…
Leave a CommentRecently I had a customer ask on best practice for Performance/load testing for AAD enabled applications with JMeter. Fortunately I’m on a team with amazing people and one of my team members wrote a blog on this for Azure B2C but the concepts are the same, if not simpler for…
Leave a Comment“Today we’re excited to introduce a tool we’ve been working on to help you upgrade your .NET Framework-based applications to .NET 5 called the .NET Upgrade Assistant. The .NET Upgrade Assistant is a .NET global command-line tool that gives you a guided experience for incrementally upgrading your applications. It brings an…
Leave a CommentPlaywright enables reliable end-to-end testing for modern web apps.
Leave a CommentCross post from: The benefits of Infrastructure as Code “There are lots of different ways you can deploy and configure your Azure resources. When customers are first starting their cloud journey it’s common to provision resources manually, deploying and configuring them in the Azure portal. However, this quickly becomes difficult…
Leave a CommentEasy as 1,2,3,4 !
Leave a CommentWant to learn how to identify apps with high CPU? Check out our troubleshooting videos on the Microsoft Azure YouTube Channel! Check out these YouTube videos: How to identify and diagnose apps with high CPU: Part 1 | Azure App Service https://youtu.be/tavdGmIX0xg How to identify and diagnose apps with high CPU: Part 2 | Azure App Service https://youtu.be/2kewsEVn9I4 Diagnosing application…
Leave a CommentOne neat tool I often use where doing some research for compatibility across browsers before getting down and dirty with code. https://www.caniuse.com/
Leave a CommentToo often I need to find out detail on how an ARM template works, or new feature of an azure Resource Provider (RP) works. This is a great place to look at the detailed implementation and Swagger Spec for every API version on Azure.
Leave a Comment