Azure Functions not being displayed - azure

I have two functions on Azure Functions but only one is displayed on Azure Portal.
Both functions works when acessed by URL.
I'm using docker, NodeJS, VSCode. Anyone knows why its happening?
Below is Visual Studio screenshot.
Below is Azure portal screenshot.

Thanks for the contribution of UnbearableLightness and PankajRawat.
So the solution is create a new function instance on azure and then publish your function code to azure. And then it should work.(I met two other people who faced the same problem and they solved it in the same way.)

Related

VS Code is not loading existing Azure Functions

I deployed an Azure Function 2 months ago.
My VS Code was running perfectly according to my needs. Now I had to make some changes to my deployed function. but upon opening it is showing nothing.
Even from sidebar Azure extension it is not loading exiting azure functions. I tried everything, signin-signout, reinstalling, restarting, but nothing is working out for me. If I try to make a new function it asks me to create a new source although our company subscription is arleady listing in sidebar.
Can someone please help me in this regard?
Screenshot is attached.
We have a lot of function apps deployed since many months and in recent days, but they are showing in the Visual Studio Code Azure Extension under Function App Resources.
Few Steps to retrieve the existing resources in the VS Code Azure Extension are:
Uninstall and Install the Extensions like Azure Account, Azure Functions, Azure Resources, Azure Tools under Extensions blade:
Click on Settings (Gear Icon) > Make Sure your Microsoft Account is synced. If not, Sync it:
Check one of the workaround given for similar issue by #HAL9000

Editing Java Function Apps is not supported in the Azure portal error

So, when I am trying to create a function inside a function app it shows Editing Java Function Apps is not supported in the Azure portal.
The Add button is not working and only local development option is present.
How can I overcome this problem?
Currently, it seems that we cannot create Java Function on Azure portal, because creating Java Function requires Maven or Gardle, but Azure portal does not seem to contain them.
So we can only develop Java Function locally and then deploy them to the Azure portal.
If you want to get this feature, you can go to the Feedback page to post your thoughts, and the Azure development team may adopt your suggestions.
By the way, not only Java, only script programming languages can be added to Azure Portal. In other words, Azure Portal can only create functions that use languages that do not require compilation
You might say that C# can be created directly on Azure portal, but the c# function created in Azure Portal is actually the c# script.

IntegrationAccountNotReady when transforming xml in Azure Logic Apps

I'm currently trying Azure Logic Apps and Integration Services.
I always get an IntegrationAccountNotReady error message, when I'm trying to transform a XML-File with Azure Logic Apps and an Azure Integration Account.
The message says I should try it again later. However, I waited 5 days with no success.
My Logic App and the Integration Account are successfully connected.
Here is my flow:
On File Changed Trigger (One Drive) - Works as expected
Tranform XML - The error is raised
Is there any easy solution to solve this problem?
Regards,
Florian
I tried it again and again. Finally it worked - without any changes in my configuration, integration service or logic app. Strange...
Sorry I got no better answer to this...
I had a similar problem. Refreshing the Resources in Dashboard solved it immediately.

Azure Function App is not working after publishing but works in Local through VS2017

I've Created an Function App with HttpTrigger as per Microsoft documentation
I've tested it locally and works fine. Later, published it to Azure. I see it doesn't work now. While Function App creation, i see a small error/warning, not sure what it is...Placed that screenshot attached
Am new to Azure, please help me
Please click Get function URL button to see which URL you should be using. The format should be something like
https://functionhello.azurewebsites.net/api/HttpFunction?name=abc

Difference of standard publish and adding cloud services with vs2012

I wonder if someone can help? I'm trying to deploy a mvc app to azure and have followed the what appeared to be simple instructions of selecting publish from my mvc app and using the imported azure profile. This all worked fine and with a couple of tweaks the site is working, after some testing I'm getting a 500 error, I've set the logging on but this doesn't help much.
After looking around I see that I can rdp to the site but this requires a web role and a different sort of publish am I missing something from the standard publish or do I need to add the cloud service stuff to my project?

Resources