Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Publishing Azure Function using Visual Studio not possible: Create button disabled

I want to publish an Azure Function Project using the Visual Studio 2022 publish option, but the Create button is always disabled without any visible reason for it:

enter image description here

How can I further research on this, get any error message or so?

like image 200
stefan.at.wpf Avatar asked Jun 22 '26 07:06

stefan.at.wpf


1 Answers

I got this to work by going to the Azure portal directly and first manually creating the three dependencies, ie:

  • resource group
  • storage account
  • application insights

I could then return to this form (ie close and reopen it) and select those items I'd created, instead of using this form to create new ones.

like image 104
Saxon Druce Avatar answered Jun 25 '26 00:06

Saxon Druce