When I decided to add an Azure Function project to the solution, I found out that I can not create Azure Function with Net 10.0 in Visual Studio 2026. I installed this version only because of Net 10! What to do?
(read more...)When I decided to add an Azure Function project to the solution, I found out that I can not create Azure Function with Net 10.0 in Visual Studio 2026. I installed this version only because of Net 10! What to do?
(read more...)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...)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 do. Yesterday it worked, today not.
(read more...)Short snippet for Net Core, which allows you to get the items with the specific tag from the Azure BlobStorage. As a result, you have the AsyncPageable collection, so you need to iterate through it to process the data.
(read more...)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...)For a prototype I loaded a pfx certificate from file system of Azure App. It can be done only while test!!And I got the error "Exception Info: System.Security.Cryptography.CryptographicException: The system cannot find the file specified."
(read more...)When you want to download a publish profile for the service in Azure, there can be an error, that basic authentication is disabled.
(read more...)