Blog Logo
TAGS

How to secure Azure Functions with Azure Active Directory B2C

This post explains how to secure Azure Functions with Azure Active Directory B2C. To get started, we need to create an application in Azure B2C, configure the redirect URL, and grant admin consent to ...

Read more...

Azure Functions Out-of-Process and Authentication with Azure AD

Learn how to use Azure Functions with out-of-process hosting on .NET 5.0 and how to enable authentication with Azure AD even without HttpContext. This post covers the differences between in-process an...

Read more...

Authenticating Azure Function App API Calls From Web Apps (ReactJS)

Learn how to authenticate and secure Azure Function App API calls from web apps using ReactJS. This guide covers the necessary steps to create an Azure Function App and App Service, register applicati...

Read more...

Google Authentication for your Azure Function app

In this blog post, we will focus on Authenticating Azure Functions using Google Authentication. We will be using App Service to use Google as our Identity Provider. We will keep our sample function as...

Read more...

Protecting Azure Function apps with Azure AD Authentication & Authorization

Learn how to enable authentication and authorization in Azure Function apps using configuration and get the signed-in user in code. This article explains how to secure Azure Function apps with a RESTf...

Read more...

Role Based Authorization in Azure Functions with Azure AD and App Roles

In this article, Philipp Bauknecht explains how to limit access to restful APIs in Azure Functions with .NET Core by assigning users to app roles in Azure Active Directory. While discussing the drawba...

Read more...

Authenticate and authorize Static Web Apps

Azure Static Web Apps simplifies authentication with pre-configured providers like GitHub, Twitter, and Azure AD with no extra setup required. Learn about default behavior, custom providers, setting u...

Read more...

How to secure your Azure Functions

Azure Functions, a central part of Microsoft’s serverless offering, provides a lot of functionality to quickly develop and deploy code to your solution. In this blog post, Vidar Kongsli sheds some lig...

Read more...

Tutorial: Create a React single-page app that uses auth code flow

In this tutorial, you will create a React single-page application that signs in users and calls Microsoft Graph API by using the authorization code flow with PKCE. You will use the Microsoft Authentic...

Read more...

Azure Functions: Timeout value of 00:05:00 exceeded by function

When running Azure functions, if the function is timed out, an error is encountered. By default, Azure function timeouts in 5 minutes. The maximum for consumption plan is 10 minutes. To avoid time-out...

Read more...

Bye bye Azure Functions, Hello Azure Container Apps: Introduction

Azure Functions have been a good choice for asynchronous and reactive workloads, but have significant drawbacks when building HTTP APIs, notably cold start times. Azure Container Apps provide an alter...

Read more...

Dealing With Unprocessed Storage Queue Poison Messages in Azure Functions

If an Azure Function that is triggered by a message on a Storage Queue throws an exception, the message will automatically be returned to the queue and retried again in the future. In addition to spec...

Read more...

Securing Azure Functions using certificate authentication

Learn how to secure your Azure Functions using X509 certificates in this comprehensive guide. The article walks you through the process of setting up the Azure Function to require certificates and the...

Read more...

Azure Function 502 error

How to solve 502 error with Azure Function, when you cannot use always on

Read more...

Abbreviation examples for Azure resources - Cloud Adoption Framework | Microsoft Learn

This page provides abbreviation examples for various resources in Azure, including API Management service instance, Managed Identity, Management Group, Policy Definition, Resource Group, Azure Cogniti...

Read more...

Create a Complete Azure Function Project in .NET 6 and AF v4

Learn how to create a fully featured Azure Function project using .NET 6 and AF v4. This article covers topics such as OpenApi(Swagger), Multiple Functions, Simplified DI, Testing, and more. The artic...

Read more...

Skippr.io - Data as Infrastructure

Skippr.io is a platform that provides data infrastructure for enterprise businesses. With a focus on simplifying data management, Skippr offers a wide range of tools and services designed to help busi...

Read more...

How to Send Emails at Scale in .NET with the Azure Communication Service

Learn how to send emails securely and at scale using the Azure Communication Service in a .NET console app. This post walks through all the necessary steps, starting with creating a new Email Communic...

Read more...

Building a .NET Distributed Application with DAPR and Azure Container Apps

In this article, Albert Starreveld from VX Company explains the benefits of using DAPR (Distributed Application Runtime) for container-based, distributed architectures. He covers the advantages in ser...

Read more...

RazorLight - Build Templates from Files, EmbeddedResources, Strings, Database, or Custom Sources with Excellent .NET Standard 2.0 and .NET Core 3.0 Support

RazorLight is a library that allows you to build templates from various sources like files, embedded resources, strings, databases, or your custom source outside of ASP.NET MVC. It offers excellent pe...

Read more...