Cannot create an ASP.NET Core on Google Cloud Platform - google-cloud-visualstudio

I am running Visual Studio 2022 and installed the Google Cloud Tools for Visual Studio 2022 version 2.0.4.0.
I followed the Google documentation for creating a new ASP.NET Core on Google Cloud Platform project, but when I try to create a project I get the popup error message:
"Specified method is not supported."
What am I doing wrong.
Thanks,
David

Related

Visual Studio 2017 ver 15.3.2 missing Azure Mobile App Template

I am using Visual Studio 2017 Version 15.3.2 to write Xamarin mobile apps.
My issue is that File->New->Project does not offer Azure Mobile Apps anymore. I have attempted to find the templates online and run repair on my Visual Studio installation, but the project template is no where to be found.
Any suggestions?
You could choose Cloud->ASP.NET Web Application template and you will find that Azure Mobile App is a sub project template of ASP.NET Web Application.

Visual Studio 2017 Azure Cloud Quickstart ProjectTemplate Missing?

In Visual Studio 2015 ,there's a project templates for some azure service(etc:blob、storage:queue).
Now, I'm using Visual Studio 2017 enterprise ,i can't find the project template after intalled Azure SDK.
How can i fix this?
The quickstarts aren't included in the box in 2017 - you can find the latest here:
https://github.com/Azure-Samples?utf8=%E2%9C%93&q=storage-dotnet&type=&language
Azure Cloud is the monicker for the entire suite of products. Are you looking for the Asp.Net Core template that will run in Azure? Click on .Net Core and choose Asp.Net Web and it will set up a quick start for you that already can be published to Azure. Or was there a specific kind of template are looking for that isn't Asp.Net Core?
Edit: It's possible VS 2017 Azure SDK didn't release console templates yet. Having said that, the templates you have show how to use the Azure Storage code in a .Net Core project. They are less boilerplate and more tutorial. You should create a test one, see how the code works, then create a normal, basic .Net Core Console project and re-implement the code how you want it. There is nothing special about a quick start template except some pre-included dependencies and sample code.

Azure VM with Visual Studio Enterprise 2015 Update 3 with Azure SDK 2.9.1 on Microsoft is missing asp.net core templates

I created a Visual Studio Enterprise 2015 Update 3 with Azure SDK 2.9.1 on Microsoft.
I then started to create a asp.net core web application and found that it is not listed in the available templates.
Can anyone help me to know is there something that I am missing here.
Thanks,
Santosh
Have you installed the .NET core libraries?
https://www.microsoft.com/net/core#windows
I believe that is what actually installs the templates.

Missing azure mobile services support in visual studio express 2013

I´m currently trying to set up an azure mobile service .net backend for an app. I´m using visual studio express 2013 for Windows / for Web. I installed all available updates and the recent azure sdk (2.4).
My problem now is that there is no "Azure Mobile Service" project template and mobile services is even not displayed beneath the azure entry in the server explorer.
What did I miss to install?
Many thanks in advance!
UPDATE:
I tried to set up the mobile service with visual studio express 2012 but I stuck at the same problem. Neither the mobile service template nor the option in the server explorer is present.
I just downloaded Visual Studio 2013 Express for Windows with Update 3 from this link:
http://www.microsoft.com/en-us/download/details.aspx?id=43729
I then had the mobile services node in the Server Explorer. However, the project template still isn't there.
This was with Azure SDK 2.3 already installed and also tested with Azure SDK 2.4.
The project templates ship with Visual Studio SKUs and their updates, and I believe Mobile Services is only shipping with Pro and Ultimate for now.
One option to get that starting project is to provision your mobile service in the portal making sure to select the .NET backend. Then on the quickstart page of the portal (the little cloud to the left of the dashboard tab) select the link to create a new application. You will get an option to download the starter solution for the .NET backend (for windows apps it will also download the client). That is basically the same project you would get by choosing File -> New Project in VS pro or ultimate. You can then open the solution in VS Express for Web 2013 but not VS Express for Windows.
To publish the mobile service you'll need to do the following:
Go back to the portal and on the Dashboard page for your mobile service click the Download Publish Profile link and save to your local machine
Right-click the project in the Solution Explorer and choose "Publish"
Import the publish profile you downloaded in step #1 and finish the publish process
So if you want to use the express versions of VS 2013, make sure you have all the updates then:
Use VS 2013 For Windows to manage your mobile service in server explorer and build your windows clients
Use VS 2013 For Web to build your Azure Mobile Service back end project, run locally, and publish using the publish profile.

Isn't F# supported in Visual Studio 2013 Update 3 and Azure SDK 2.4

I just installed Visual Studio 2013 Update 3 and Azure SDK 2.4. I also installed "Microsoft Azure Tools for Microsoft Visual Studio 2013 -v2.4". I also tried repairing and reinstalling both the sdk and the Azure tools.
I can see 4 templates under Cloud (Azure Cloud Service,ASP.NET web application,Microsoft Azure WebJob and Azure Mobile Service) when creating a C# project.
There is no Cloud folder and no Azure templates at all when creating a F# project.
Is F# not supported or is it something wrong with my installation? I think it was supported earlier.
The F# template for Worker Roles is available as you are creating your Cloud Service project.
Create a Cloud Service project using C# or Visual Basic.
Next, as you are selecting the roles for your cloud service, you can select the F# Worker Role.
Full Disclosure: I've not actually used the F# template. I just recall seeing it when creating my C# projects.

Resources