Azure Publish Profile Download is disabled - azure-web-app-service

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.

Related

developer portal in azure management api is not correctly working

Why it is that when clicking on API, it is displaying the popup as shown in the picture, rather then going to the API page?
I have publish the project and reset content but then also no change?
How can I activate the site?
It seems to me that some setting is still remaining
You open the developer portal as administrator:
Follow the steps below to access the managed version of the portal.
In the Azure portal, navigate to your API Management instance.
Select the Developer portal button in the top navigation bar.
A new browser tab with an administrative version of the portal will open.
In this administrative version of the developer portal, you are able to modify the look & feel,...
If you want to use the developer portal as a usual user, you have to open the developer portal in a browser with private mode or with a different browser and sign in.

Azure Publish settings

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.

From Visual Studio, unable to publish to Azure App Service

Using this Official Azure tutorial. I have work Azure account that I can successfully login. The account allows $150 per month of which I have $93 left.
But, as instructed in Publish to Azure App Service section of the tutorial, when I select Azure App Service as the Publish Target on the wizard, it takes me to following screen where I sign in as my work Azure account. But it does nothing after I login, and the Next button stayed grey. When I click on can't access account button and fill in requested info, I get the next screen (also shown in the image below). I, then first successfully logged in to my Azure account from outside of VS2017 and then tried the above process again but still the same issue:
UPDATE
Moreover, I just deployed the same app using this Official Azure tutorial that is not using Visual Studio. But I want to able to deploy it using VS2017 as I create projects using VS2017 only.
I think your problem is the identity (MS acct) which you are logged into VS2017 with. You want to be sure that you are logged in to VS with the account which has rights to the subscription where you are trying to publish. Assuming that's your org account:
Click on your profile in the upper right corner and choose Account Settings. The window that pops up has a link to Add an account. You'll want to add your org account here. Now VS has the proper creds to publish to your subscription.
To verify that the creds are working, use the menu item View -> Cloud Explorer. You should see the other assets you've created in the target subscription.

Where is "download publish profile" in the new Azure Portal?

In the old Azure Portal, I used to download the publish profile (which included FTP username/password) for App Services using the menu shown here.
How do I get this in the new Azure Portal? Ultimately, how can I get my FTP user/pass for my App Service?
it is right on the website`s blade.
and regarding to FTP address and username, you should be able to see the details from setting --> properties
I found it just in the main menu under Overview. Yeah, hidden firstly so you need to click ...More.
Just Here "Get Publish Profile"
In the new portal, Goto
Azure Portal -> Your web app -> Overview Tab
It can be found in App Service as follows
Click here to see the Download Publish Profile link
Thank you

Web Matrix 2 - Downloading and installing publish settings

I am an azure customer, however when I log into the azure portal I see the old azure portal interface without anyway of upgrading or updating it. I want to download my publish settings to use in webmatrix to upload node.js website.
How do I get the publish settings for my azure website using the old portal interface?
I have tried using powershell cmdlet Get-AzurePublishSettingsFile however when I instructed webmatrix to use the downloaded publish settings file I got an error from webmatrix saying there was an error with the publish settings file.
Is there any other way to upload my webmatrix node.js website to my windows azure website ?
To access the new (preview) portal you have to use https://manage.windowsazure.com/ instead of https://windows.azure.com/. This will allow you to access your web sites and download the publish profile (in the dashboard of your website, under quick glance).
Cloud Services are different than Windows Azure Web Sites. At the bottom of the new portal there will be a "+ New" button, when you click it you should get the attached view. That is where you create a website. It will then have a location to download publish settings from the dashboard. That is the publish setting which can be imported into WebMatrix to deploy your node.js site to Azure. Hope this helps.
-Vishal R. Joshi | http://vishalrjoshi.com | #vishalrjoshi

Resources