Azure Publish settings - azure

Been trying to import my Azure publish settings file in visual studios. I clicked on Finish after browsing the file, but it waits for 2 seconds and nothing happens. I've tried it several times but can't see what exactly im doing wrongBelow is an image of where im struggling now

After creating a new ASP.NET project in Visual Studio i.e., MVC (.NET Framework) or Web Application (for .NET Core) also select no authentication then build the solution.
Follow the below steps:
Go to Get publish profile of your app service and save the profile locally like below:
Then open the ASP.NET project in Visual Studio, right-click the project in Solution Explorer, and select Publish.
The Publish pane appears if you have previously configured any publishing profiles. Click New or Create new profile to begin.
Select the option to import a profile.
In the Publish dialog box, click Import Profile.
go to the location of the previously created publish settings file. Select the profile and click Open.
Click Finish and then Publish.
The deployment process gets started by Visual Studio, and the Output window shows the progress and results like below:
You can Click Edit to edit settings for any errors related to deployment. Change the settings and click Validate to test.

Related

Team project is not deleted completely from Azure DevOps

I created a project called Energy2 in Azure DevOps. Then I deleted it by going to Organization Settings, selecting Projects tab which is selected by default, the using ... menu of Energy2 and choosing Delete and then confirming by typing project's name.
However, it encountered an error and I don't remember the error since I closed the window.
Now the problem is that it's gone in the Azure DevOps web portal, but it's not gone from the list of team projects in Source Control Explorer of Team Explorer window in Visual Studio.
Do you know of any other option that I can solve this?

Visual Studio for MAC Publish to Azure - How to Change Users?

I am trying to publish to Azure but I want to switch to a different user.
Yet, the Publish Dialog only allows me to select previous users with no way to seemingly add a new user?
Is there some settings / file somewhere I can nuke to restart the dialog?
If you go to the Visual Studio menu and select Account..., you can add multiple accounts.
Then, when you go to publish your Azure app, the dialog from your screenshot will present an option to select which account to use for publishing.

Error message when trying to Publish Node.js Express to Azure (setup_web.cmd missing)

In Visual Studio 2017, I create a new Basic Azure Node.js Express 4 App. On the Project tab, I click Convert to Microsoft Azure Cloud Service project.... I do not do any further coding.
Next, in the Solution Explorer, I right-click on the thus created .Azure project and click on Publish....
After filling in my credentials for my MS account, I follow all the steps in the Microsoft Azure Publish dialog. Somewhere it says Creating New Application Insight resource, then in the status bar it say Publish started...
Then, after a short while, I get the following message:
CloudServices64: Cannot find file named 'approot\bin\setup_web.cmd' for startup task setup_web.cmd > log.txt of role ExpressApp10
Can anyone please tell me what this means and what I can do about it?
Kind regards,
John Pool

Not able to see Add->Existing Project as Azure Web Job Option when I right click on Web project in Solution Explorer of Visual Studio 2017

When I right click on the Web Project in the Solution Explorer of Visual Studio 2017, I don't see an option 'Add Existing Project as Azure Web Job'.
I did install Nuget-packages such as Microsoft.Web.WebJobs.Publish for the web project.
I am following this link https://learn.microsoft.com/en-us/azure/app-service-web/websites-dotnet-deploy-webjobs#convertlink to enable automatic WebJobs deployment with a web project.
Ideally, I am supposed to see like this, but that highlighted option is not shown in my visual studio 2017
Click to see image for how actually visual studio should have shown me an option
I don't see an option 'Add Existing Project as Azure Web Job'.
As far as I know, Visual Studio does not support to deploy WebJobs with ASP.NET Core Web Application currently.
But this feature is available in ASP.NET Web Application.
If you can not see 'Add Existing Project as Azure Web Job' option in your ASP.NET Web Application, you can try to repair or reinstall your Visual Studio and upgrade/reinstall your Azure SDK.

Azure Publish Profile Download is disabled

I've created a an App Service using the Azure portal and wanted to download the Publish Profile (to import that into Visual Studio). But the download button is disabled. Any suggestions?
Looks like it is available on the dashboard of the new portal. You need to hover over your function app tile and go into the menu as seen in the photo.

Resources