Azure / azure-quickstart-templates

Azure Quickstart Templates
https://aka.ms/azqst
MIT License
13.83k stars 16k forks source link

"logic-app-and-function-app" Azure Quickstart template vanished from Visual Studio, but template still exists in repo #12323

Closed ecfan closed 8 months ago

ecfan commented 2 years ago

--------------------MESSAGE FROM ADMIN, DELETE BEFORE SUBMITTING----------------------

Sorry to hear you had a bad experience with one of the templates :worried: But, in case you're just asking a question, we're happy to help. You can also check if the question might already have been asked here https://github.com/Azure/azure-quickstart-templates/issues?utf8=%E2%9C%93&q=is%3Aissue

We've created an outline of recommended sections to fill out that will help make this Pull Request awesome!

--------------------MESSAGE FROM ADMIN, DELETE BEFORE SUBMITTING----------------------

logic-app-and-function-app

Issue Details

Repro steps (if necessary, delete otherwise)

This issue was originally reported in GitHub from the tutorial that uses the problem template: GitHub #90065

  1. In Visual Studio (2019 in this case), create a new C# Azure Resource Group project. I'm not sure whether you need all the other requirements necessary for the tutorial, but just in case: Prerequisites.

  2. Under Show templates from this location, select Azure QuickStart (github.com/Azure/azure-quickstart-templates).

  3. When the prompt to select an Azure template appears, enter the search term logic-app-and-function-app.

    Expected In the Azure quickstart template list, the specified template should appear, for example: image

    Actual No template appears: image

ecfan commented 2 years ago

Including @Azure/azure-logicapps-team in case they can take action. Thanks!

ecfan commented 2 years ago

@Azure/azure-logicapps-team, any updates on this issue?

StephenWeatherford commented 2 years ago

I'll take a look...

StephenWeatherford commented 2 years ago

Sorry for the delay, haven't forgotten.

StephenWeatherford commented 8 months ago

Unfortunately, I'm having to remove selecting quickstart templates from the VS dialog because github.com no longer allows non-authenticated access to its search API, and our priorities are such that I can take the time to implement this as new functionality.

The template is still available here, but it must be manually copy/pasted into the VS project's template file.

Sorry for the inconvenience.