Application Registration oAuth token 2.0

The difference between a v1 and v2 token is that there are several claims not present in v1 that are present in v2. It is important when creating an Application Principal (Application Registration or App Reg) that you configure the right settings. Below, we will explain what to look out for. What is the difference … Lees verder

Strategy for scaling a web app to handle high-traffic on Azure

Scaling a web app to handle high traffic on Microsoft Azure involves both vertical and horizontal scaling strategies. Azure provides various services and tools to help you scale your web app efficiently.Here’s a comprehensive scaling strategy: 1. App Service Plan STart with an appropriate App Service Plan. Azure’s App Service Plans allow you to scale … Lees verder