All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

How to Set Up an Azure Application with Permissions for Certificate Signing

By

Joseph Guadagno

1d ago· 3 min readen

Summary

This article provides a technical walkthrough for setting up an Azure application with the necessary permissions to enable certificate signing using Azure Key Vault. It is part of a series where the previous post covered uploading a code signing certificate to Azure Key Vault, and a future post will cover signing NuGet packages in Azure Pipelines. The article focuses on creating the Azure application registration and configuring permissions so that Azure Pipelines can sign NuGet packages without downloading them.

Key quotes

· 2 pulled
This post will walk you through setting up the Azure "application" so that our Azure Pipeline (future post) will be able to sign our NuGet package without having to download the package.
Thanks to Claire for the advice.
Snippet from the RSS feed
In a previous post, I walked through how to upload a code signing certificate to Azure Key Vault. This post will walk you through setting up the Azure “application” so that our Azure Pipeline (future post) will be able to sign our NuGet package without h

You might also wanna read