Showing results for Azure Key Vault - Developer Support

Sep 12, 2022
0
1

Getting secrets from Key Vault in YAML pipeline

Developer Support Developer Support

Andrew Redman spotlights how to use a Key Vault Task inside an Azure DevOps pipeline to automate a deployment using secrets. Keeping your connection strings and secrets secure is not necessarily only a concern of just one type of industry.  The best practice would be to keep security at the top of your mind regardless of if you are working ...

Azure DevOpsAzure Key VaultApp Secrets
May 31, 2020
0
0

Managing Cloud Ready .NET App Secrets in Visual Studio

Developer Support Developer Support

Secrets need to be handled with care and this is the responsibility of every developer. We’ve all read those news reports of someone accidently checking a production password into source control only to find out the next day that their credit card has been maxed out.

TeamAzure.NET
May 22, 2020
0
0

Azure SQL TDE failures – Activity log Alerts to rescue

Developer Support Developer Support

The SQL Server connection to the Key Vault can be lost for various reasons of either the SQL Server (updates, backups etc..) or the Key Vault (Key expired, disabled etc.) Luckily Azure provides detailed logging and alerting through Azure Monitor Logs and Alerts.

TeamSQL ServerAzure Key Vault
Feb 21, 2020
0
0

Azure Key Vault and Transparent Data Encryption

Developer Support Developer Support

Azure Key Vault is a tool for securely storing and accessing secrets. A secret is anything that you want to tightly control access to, such as API keys, passwords, or certificates. A vault is a logical group of secrets.

TeamAzure Key Vaultencryption
Feb 12, 2020
0
0

Unseen secrets – using KeyVault to protect OAuth2 token requests

Developer Support Developer Support

This sample implements an Azure Function App, which uses Azure KeyVault to sign OAuth2 client assertions used to obtain JWT tokens from Azure AD. The private key used to sign the client assertion and thus authenticate the function to Azure AD is generated in the KeyVault and never leaves that service (it is not exportable).

TeamMarius RochonAzure Functions
Feb 9, 2020
1
0

Centralized VM Certificate Deployment Across Multiple Regions with ARM Templates

Developer Support Developer Support

Many systems still rely on certificate authentication. Those certificates need to be rotated and often managed from a central location. In this post, I will explain how to centralize your VM certificate deployment across multiple Azure Regions with ARM Templates and Key Vault.

Azure Key VaultAzure Virtual MachinesARM Template
Jun 6, 2018
0
0

Automating Releases to Separate Azure Resource Groups using both TFS and VSTS

Developer Support Developer Support

This post is written collaboratively by Premier Developer Consultants Ilias Jennane and Daisy Chaussee along with App Dev Manager Wyn Lewis-Bevan. Read on to learn how to build a solution in TFS, release it in VSTS, and automate the deployments to separate Azure Resource Groups. Business Case: One of our customers recently challenged us with a ...

TeamAzureVSTS
Mar 28, 2017
0
0

Protecting Secrets using VSTS and Azure Key Vault

Pam Lahoud Pam Lahoud

In his latest blog post, Premier Developer consultant Najib Zarrari discusses one approach to protecting sensitive information in your application by using VSTS and Azure Key Vault. If you are building a modern application and are following modern design principles, there is a good chance your application is composed of a number of layers and ...

VSTSSecurityAzure Key Vault

Feedback