Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use MSI for development in visual studio?

I need to get access to my Key Vault during development and debugging. Is it possible via using managed service identity? I see that my code can get this credentials when the app is deployed on VM, but what if I need them during development on my local workstation?

like image 741
Kostya Vyrodov Avatar asked Dec 11 '17 15:12

Kostya Vyrodov


People also ask

How do I create an MSI file in Visual Studio?

Go to Extensions > Manage Extensions > Online > Search, find, download and install Microsoft Visual Studio Installer Projects extension. 2). Add a new Setup Project in your solution > right-click Application Folder > Add > Project Output… > choose the corresponding Project > select Primary output > OK.


1 Answers

As of Visual Studio 2017 15.8.something, the extension which juunas mentioned is built into Visual Studio.

Tools -> Options -> Azure Service Authentication -> Account Selection

like image 120
Matt Frear Avatar answered Sep 30 '22 17:09

Matt Frear