Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Function Url after Update #55

Open
cyronis opened this issue Oct 31, 2022 · 10 comments
Open

No Function Url after Update #55

cyronis opened this issue Oct 31, 2022 · 10 comments

Comments

@cyronis
Copy link

cyronis commented Oct 31, 2022

Hi there,

after updating to Version 1.2.0 over the Deploy to Azure Button i dont have any Functions in the Function App anymore
The Deployment was succeeded, i also tried to deploy the zip file manually to the FunctionApp Service
Is this a known bug or did i corrupt the installation :)

@NickolajA
Copy link
Member

1.2.0 hasn't fully been tested yet, hence why it's as a pre-release in the repo. I got side tracked at work, but I'll complete the tests shortly. However if the functions are missing, simply run the deployment again, that should hopefully fix it.

@cyronis cyronis closed this as not planned Won't fix, can't repro, duplicate, stale Nov 1, 2022
@cyronis
Copy link
Author

cyronis commented Nov 1, 2022

I tried it but unfortunately it does not show up
But when I download it over the azure Portal I got the content of the zip file

@cyronis cyronis reopened this Nov 1, 2022
@johnlong-v1
Copy link

Having a similar experience to @cyronis. Doing a zip-deploy of v1.1 is a good workaround for us anyways. Zip deploy of v1.2 has no positive effect.

@JonasAxman
Copy link

Any update on this? I only read on the main page and there was no mention that it is pre release, especially since the 1.1 upgrade page is gone and no mentions of know problems there regarding this. :(

No functions in the function app anymore after upgrade, Reading up on how to do a zip deploy.

@cyronis
Copy link
Author

cyronis commented Nov 30, 2022

Hi Jonas,

You can download the zip file for version 1.1 from the github repo

https://learn.microsoft.com/en-us/azure/app-service/deploy-zip?tabs=cli

Here is a guide to deploy the zip to the Webservice

@mark3grahams
Copy link

HI, has there been any new information regarding this? Will there be any negative repercussions if the functions are not visible?

@cyronis
Copy link
Author

cyronis commented Mar 6, 2023

Hi @mark3grahams,
as far as my knowledge goes if the function url is not visible the password will not get sync to the web app, i would suggest to import the zip file from a lower version to get the functionality back

@jholl016
Copy link

jholl016 commented Mar 6, 2023

Just ran into this today. Thanks @cyronis for the tips on rolling back to v1.1. That got me functional again. After that, I did some more tinkering and eventually got 1.2 working correctly by creating a fresh ZIP file without the extra top-level folder inside the ZIP. Did a zip deploy of my new ZIP file and it worked perfectly. I'm guessing the extra top-level folder inside the ZIP was the problem, but I don't actually know - this is as deep as I've ever looked into function apps.
image

@jholl016
Copy link

jholl016 commented Mar 6, 2023

@mark3grahams Yeah, all client interactions are broken if you can't see the functions. Your clients will show errors like this because the API endpoints don't exist.
image

@NickolajA
Copy link
Member

This should be addressed now. I packaged up the new ZIP file a bit too quickly and didn't clean it up from my local build. Sorry for the inconvenience!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants