Import an Azure function from a portal into Visual Studio

I enjoy working with Azure features in the portal, but I need to use some more tools that I used to run my git repository, easily adding assemblies and just working in a more familiar environment.

Is it possible to create an Azure application and, possibly, the functions themselves in the portal, and then go to Visual Studio and import this functional application as a project? Or am I getting it wrong? I understand that we can create directly from Visual Studio, and then publish to Azure, and perhaps that is how we should do this in the first place.

+4
source share
1 answer

, . , ( ..) azure-function-core CLI, func azure functionapp fetch-app-settings <appName>, .

, , . , CI/CD.

- #, # script (.csx), Visual Studio .NET assemblylies (.dll), , # Visual Studio - , , / Visual Studio.

, VS3 VS3, Visual Studio, , .

Application Services Editor

+5

Source: https://habr.com/ru/post/1687895/


All Articles