Azure

Changing the Runtime Environment for an Azure App Service

About six months ago, I built a small API application designed specifically for Azure. It leveraged several Azure-native features, including synchronization mechanisms and Azure App Registration for sending requests to SharePoint. The application was built using .NET 8 and deployed to a development environment. Read more»

Azure

Azure.RequestFailedException when start App in Visual Studio

The app that I am developing now connects to Azure services and DefaultCredential were used for that. In Azure the authentication between services works with managed identities and I am satisfied with them, but while the development I’ve got an error “Azure.RequestFailedException: Server failed to authenticate the request”, so I really didn’t know what to […] Read more»

Azure

Learn and explore Azure Storage account for free with Azurite

The Azurite open-source emulator provides a free local environment for testing your Azure Blob, Queue Storage, and Table Storage applications. When you’re satisfied with how your application is working locally, switch to using an Azure Storage account in the cloud. The emulator provides cross-platform support on Windows, Linux, and macOS. Read more»

Azure

Popular Posts