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 HTTP triggers found" displays in Output after finishing the deployment for a slot #2529

Closed
v-xinda opened this issue Nov 10, 2020 · 2 comments
Labels
AT-CTI Created by CTI team bug investigate out of scope See https://aka.ms/azcodeissuetriaging P3 slot

Comments

@v-xinda
Copy link

v-xinda commented Nov 10, 2020

OS: All
Build Version: 20201110.1

Repro Steps:

  1. Create a new function app and expand it.
  2. Create a new slot for the function app -> Deploy a project to the slot.
  3. Check the Output.

Expect:
"HTTP Trigger Urls: HttpTrigger: https://functionname.azurewebsits..." displays in Output.

Actual:
"No HTTP triggers found" displays in Output.
Details in Output:

01:52:48 nicole-node-lin-app-slot1: Starting deployment...
01:53:43 nicole-node-lin-app-slot1: Creating zip package...
01:53:43 nicole-node-lin-app-slot1: Zip package size: 1.96 kB
01:53:48 nicole-node-lin-app-slot1: Fetching changes.
01:53:48 nicole-node-lin-app-slot1: Cleaning up temp folders from previous zip deployments and extracting pushed zip file /tmp/zipdeploy/364ff882-e266-4ba8-9e69-9f864f7cf3f4.zip (0.00 MB) to /tmp/zipdeploy/extracted
01:53:52 nicole-node-lin-app-slot1: Updating submodules.
01:53:52 nicole-node-lin-app-slot1: Preparing deployment for commit id '13747ff8ea'.
01:53:52 nicole-node-lin-app-slot1: Generating deployment script.
01:53:52 nicole-node-lin-app-slot1: Using cached version of deployment script (command: 'azure -y --no-dot-deployment -r "/tmp/zipdeploy/extracted" -o "/home/site/deployments/tools" --basic --sitePath "/tmp/zipdeploy/extracted"').
01:53:52 nicole-node-lin-app-slot1: Running deployment command...
01:53:52 nicole-node-lin-app-slot1: Command: "/home/site/deployments/tools/deploy.sh"
01:53:52 nicole-node-lin-app-slot1: Handling Basic Web Site deployment.
01:53:54 nicole-node-lin-app-slot1: Kudu sync from: '/tmp/zipdeploy/extracted' to: '/home/site/wwwroot'
01:53:54 nicole-node-lin-app-slot1: Copying file: '.funcignore'
01:53:54 nicole-node-lin-app-slot1: Copying file: 'host.json'
01:53:54 nicole-node-lin-app-slot1: Copying file: 'package-lock.json'
01:53:54 nicole-node-lin-app-slot1: Copying file: 'package.json'
01:53:54 nicole-node-lin-app-slot1: Copying file: 'proxies.json'
01:53:54 nicole-node-lin-app-slot1: Deleting file: 'TimerTrigger1/function.json'
01:53:54 nicole-node-lin-app-slot1: Deleting file: 'TimerTrigger1/index.js'
01:53:54 nicole-node-lin-app-slot1: Deleting file: 'TimerTrigger1/readme.md'
01:53:54 nicole-node-lin-app-slot1: Deleting file: 'TimerTrigger1/sample.dat'
01:53:54 nicole-node-lin-app-slot1: Deleting directory: 'TimerTrigger1'
01:53:54 nicole-node-lin-app-slot1: Copying file: 'HttpTrigger1/function.json'
01:53:54 nicole-node-lin-app-slot1: Copying file: 'HttpTrigger1/index.js'
01:53:55 nicole-node-lin-app-slot1: Copying file: 'HttpTrigger1/sample.dat'
01:53:55 nicole-node-lin-app-slot1: Finished successfully.
01:53:55 nicole-node-lin-app-slot1: Running post deployment command(s)...
01:53:55 nicole-node-lin-app-slot1: Triggering recycle (preview mode disabled).
01:53:55 nicole-node-lin-app-slot1: Deployment successful.
01:54:03 nicole-node-lin-app-slot1: Started postDeployTask "npm install".
01:54:14 nicole-node-lin-app-slot1: Syncing triggers...
01:54:19 nicole-node-lin-app-slot1: Querying triggers...
01:54:21 nicole-node-lin-app-slot1: No HTTP triggers found.

More Info:

  1. The function exists under the "Functions" of the slot.
    image

  2. This issue doesn't reproduce after deploying a function app.

@v-xinda v-xinda added the AT-CTI Created by CTI team label Nov 10, 2020
@ejizba ejizba added this to the backlog candidates milestone Dec 7, 2020
@ejizba ejizba added the slot label Dec 14, 2020
@AzCode-Bot
Copy link
Collaborator

This issue has become stale and is at risk of being closed. The community has 60 days to upvote the issue. If it receives 5 upvotes we will keep it open and take another look. If not, we will close it. To learn more about how we handle issues, please see our documentation.

Happy Coding!

@AzCode-Bot
Copy link
Collaborator

🙁 In the last 60 days, this issue has received less than 5 community upvotes and we closed it. Still a big Thank You to you for taking the time to create it! To learn more about how we handle issues, please see our documentation.

Happy Coding!

@AzCode-Bot AzCode-Bot added the out of scope See https://aka.ms/azcodeissuetriaging label Jul 10, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Aug 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
AT-CTI Created by CTI team bug investigate out of scope See https://aka.ms/azcodeissuetriaging P3 slot
Projects
None yet
Development

No branches or pull requests

3 participants