Azure

Posts about Microsoft Azure. Security, architecture, infrastructure and operations, development, compliance, and a lot more.

Re-use service instances by Implementing Dependency Injection in Azure Functions Members Public

Imagine you have a Function App that has multiple Functions deployed. It's a common scenario, and depending on how you've built the architecture for the solution, it can come in handy to use Dependency Injection to instantiate a service once when the Function App (host) starts

Tobias Zimmergren
Tobias Zimmergren
AzureAzure Functions.NET

Best Practices for security in Azure Container Registry Members Public

Best Practices for security in Azure Container Registries is a list of real-world experiences in strengthening your security posture.

Tobias Zimmergren
Tobias Zimmergren
AzureContainersACR

Embrace a Secure Software Development Lifecycle (SDLC) for Azure Members Public

While threats are ever-increasing, so are the capabilities, methodologies, and technologies we have at our disposal to mitigate risks at a higher cadence than ever before. In this article, I'll talk about the responsibility we have as developers, solution architects, DevOps engineers, and anyone else involved in your

Tobias Zimmergren
Tobias Zimmergren
AzureDevelopmentDevOps

Issues with "Cannot bind parameter 'log' to type ILogger." after upgrading Azure Functions to v3 Members Public

I have a lot of Azure Functions. Most of them are running on v2 with support for .NET Core 2.2 and netstandard2.0. During the upgrade process of my projects, I stumbled onto this several times across different projects: Microsoft.Azure.WebJobs.Host: Cannot bind parameter 'log'

Tobias Zimmergren
Tobias Zimmergren
AzureAzure Functions.NET

Use the new Azure SDKs with Managed Identities Members Public

Over the years there's been a plethora of API's and approaches to work with artifacts and resources in Azure. In July this year (2019), Microsoft announced the availability of the new Azure SDK API Standards, which is a new set of SDK's in the

Tobias Zimmergren
Tobias Zimmergren
AzureSecurity.NET

Fixing: Unable to locate the .NET Core SDK. Check that it is installed and that the version specified in global.json (if any) matches the installed version. Members Public

When working with Azure DevOps, or locally sometimes with Visual Studio, you may get the following error if there's a mismatch. It can depend on what versions of the SDK you've got on your machines, either local or build agent. Unable to locate the .NET Core

Tobias Zimmergren
Tobias Zimmergren
AzureDevOpsDevelopment

Azure Functions and secure Configuration with built-in integration to Azure Key Vault Members Public

Azure Functions are usually tied to an Azure Storage Account by using App Settings. Unfortunately, when launching a new Function App project in Visual Studio, or watching demos and examples online, the connection string usually is in App Settings in plain text. In this post I'm sharing a

Tobias Zimmergren
Tobias Zimmergren
AzureAzure FunctionsSecurity

Automate Azure DevOps code security analysis with the Microsoft Security Code Analysis extensions Members Public

This post is about increasing automated security posture with Azure DevOps by using the "Microsoft Security Code Analysis [https://secdevtools.azurewebsites.net/] extension", which is a set of tasks that helps implement security analysis of your files and code in your pipelines. Microsoft have done an amazing job

Tobias Zimmergren
Tobias Zimmergren
AzureSecurityDevOps
Previous Page 8 of 16 Next

Hi, I'm Tobias 👋

Tobias Zimmergren profile picture

Find out more about me.

Recent comments

Mastodon