Azure Function App not showing up in VS 2017 - visual-studio

I can not find the Azure Function Icon, when I try to create a new Project.
My current Visual Studio version is 15.9.7 and I own a Azure subscription. I can create an Azure Function in VS Code but not in my regular Visual Studio. Azure Developement is installed
My Setup in the VS Installer:
When I try to install azure functions manually, I get this error:
Does anyone know, what the problem is?

it seems this is a generic problem , a github issue is created in here:
https://github.com/Azure/Azure-Functions/issues/399

You need to install the Azure features from the VSTS installer. You are also missing the ARM Template option, which indicates you don't have the feature installed.
The VS Installer is what is used to install VS and is in the start menu:

Related

Visual Studio 2017 - can't create an Azure Function app

I have a solution in Visual Studio 2017 and try to add Azure Function app to this solution:
but when I click "Ok" I get an error:
Method not found: 'Void
Microsoft.VisualStudio.Web.WindowsAzure.CommonUI.Controls.CommonGlyphs.ConfigureCloseButton(System.Windows.Controls.Button)'
and it creates an empty folder "FunctionApp1", without any data inside. Why and how to fix this problem?
As M0rty mentioned that you could try to update Azure Functions and Web Jobs Tools.
If reinstall the Azure development is possible, you could reinstall it and try again.
You also could get detail steps from Azure Functions Tools for Visual Studio.
Try installing Visual Studio updates.

Adding Microsoft.WindowsAzure.StorageClient to Visual Studio 2013

I am trying to add to references Microsoft.WindowsAzure.StorageClient. So there is a question: Is visual studio 2013 support Microsoft.WindowsAzure.StorageClient reference?
You have to install Azure SDK and add reference or create projects that can target various azure emulator or azure feature's within vs2013
HTH
You can install our latest Azure Storage Client Library through NuGet and then start using the new Microsoft.WindowsAzure.Storage namespace. Microsoft.WindowsAzure.StorageClient namespace is no longer used since our 2.0 release.

Cannot build Windows Azure Cloud project in VS 2010 after installing VS 2012 side by side

According to Microsoft the side-by-side installation of Visual Studio 2010 and 2012 is supported (http://msdn.microsoft.com/en-us/library/ms246609.aspx).
I already had VS 2010 installed on my system (Windows 7 box) along with the Windows Azure Tools 1.5. I used this configuration to create a cloud project that is hosted on Azure. A few days ago I decided to also put VS 2012 on my system but to do it in a side-by-side manner rather than upgrading (or uninstalling) the VS 2010. The reason why I did not want to uninstall VS 2010 was that I already had some add-ons configured for it for script and css minification and aggregation. I heard that VS 2012 has this functionality built-in but I did not want to touch the dozens of scripts that I had already created using the older method. So I wanted to keep my VS 2010 environment in a pristine, working state in case there was an emergency and I had to publish a patch for my already hosted application. I would use VS 2012 for all the new projects going forward.
However, after I put VS 2012 on my box it also brought down 1.8 version of Azure SDK. As a result, I can no longer successfully build my VS 2010 solution. I have one worker role and one web role in that solution. If I build each one of them individually the builds succeed. But if I then try to build the entire solution or package it, it fails with no message in the log whatsoever. It just shows "Build Failed" in the VS status bar.
Since I was not getting any error in the status bar, I decided to create a "Hello World" application from scratch with only one web role using Windows Azure Cloud project template in VS 2010 hoping to get a better error message. Indeed, when I try to build the entire solution I get an error:
Error 102 WAT080 : Failed to locate the Windows Azure SDK. Please make sure the Windows Azure SDK v1.5 is installed. C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\Windows Azure Tools\1.5\Microsoft.WindowsAzure.targets
Clearly the installation of VS 2012 and Azure SDK 1.8 corrupted the older version. Ideally I would like to keep VS 2010 + Azure SDK 1.5 truly side-by-side with VS 2012 + Azure SDK 1.8. Is there a way to do this? If not, then how can I fix the error above? In other words, how can I fix VS 2010 to work with Azure SDK 1.8?
All you help is greatly appreciated.
Regards,
Archil
I solved this by going to Microsoft site and installing Windows Azure SDK for .NET - October 2012 (1.8).
http://www.microsoft.com/en-us/download/details.aspx?id=35448
Initially I was a bit afraid and people were saying that it would not work and they encouraged to do a manual one-by-one install. However, I decided to use the Web Platform Installed link from the above page:
http://go.microsoft.com/fwlink/?LinkId=254269
All in all, things went smoothly.

Azure project templates not visible in visual studio

I'm trying to the install the latest version of the Windows Azure SDK on Windows 7 using the Web Platform Installer. The installation succeeds but I'm not able to see Windows Azure project templates in Visual Studio 2010. Any ideas are appreciated.
Cheers,
In a vanilla install of Visual Studio 2010 (SP1) they should be there automatically in the folder "Cloud". There you can download the Azure Tools to actually use them.
see: http://msdn.microsoft.com/en-us/library/windowsazure/ff687127.aspx
I would like to know whether you can see the “Cloud” folder on the left side of the new project dialog. If not, please try to run the following command:
Devenv /resetsettings
When you first run Visual Studio, a dialog may be prompted for you to choose a setting. Please make sure to choose general developer settings. If you choose other settings, certain project templates may be hidden.
Best Regards,
Ming Xu.
Please check if you have the following folder on your machine:
C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ProjectTemplates\CSharp\Cloud
You can use “Program Files” instead of “Program Files (x86)” if you’re on a 32 bit machine. If Windows Azure is installed, you can see project templates under this folder.
Best Regards,
Ming Xu.
Try installing Windows Azure SDK manually by downloading individual msi's from here (depending on your machine arch) http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=28045
and see if you are running into an error for any one of them.
(WindowsAzureTools.VS100.exe should install the project templates)
Hope this helps.
Finally got it working.
Uninstalled Visual Studio 2010 Express
Repaired and did a complete install of Visual Studio 2010
Installed the Azure tools and SDK manually
Not sure why it worked but it did. Thanks for all the answers!
Also see http://social.msdn.microsoft.com/Forums/en-US/windowsazuredevelopment/thread/aa8cdf32-fca0-4a81-bf47-659345696047
Are you using a version of Visual Studio where you can create Web projects and things like that? Maybe it is a problem with the version. Can you create MVC projects?

Enabling windows azure tools to get Windows Azure project

I am trying to create a webproject which can be deployed on azure. I have VS 2010 trial version (pro) installed on windows 7. When i click cloud (under VC#) i am prompted to install Windows azure tools. I do this. I get the tools installed message. I restart VS 2010. But i fail to find windows azure web project template, which should have been installed. It just shows me the same sequence of screens (install tools etc). I am executing VS 2010 under administrator role.
Steps described # http://msdn.microsoft.com/en-us/library/windowsazure/ff687127.aspx
Questions
Is Windows azure template projects not allowed in Trial edition of VS 2010 pro?
Can such a project be made using VS 2010 express?
Thank you
Sameer
I'm not sure about trial versions, as I've never tried installing with a trial edition. However: I've run other software packages with trial versions of Visual Studio, without issue.
The SDK will work with Visual Studio 2010 Pro and above, as well as Visual Web Developer 2010 Express (downloadable here).
For installing the tools properly, I'd suggest going here and installing via Web Platform Installer. It will make sure you have all needed dependencies.

Resources