惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

人人都是产品经理
人人都是产品经理
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
月光博客
月光博客
雷峰网
雷峰网
Google DeepMind News
Google DeepMind News
Y
Y Combinator Blog
Microsoft Security Blog
Microsoft Security Blog
M
MIT News - Artificial intelligence
WordPress大学
WordPress大学
MongoDB | Blog
MongoDB | Blog
V
V2EX
博客园 - 【当耐特】
GbyAI
GbyAI
Stack Overflow Blog
Stack Overflow Blog
I
InfoQ
Martin Fowler
Martin Fowler
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Hugging Face - Blog
Hugging Face - Blog
B
Blog
V
Visual Studio Blog
D
DataBreaches.Net
C
Check Point Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
F
Fortinet All Blogs

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - azure-functions-core-tools-bin
2026-06-03 · via AUR Newest Packages

sarvasana commented on 2022-06-09 08:32 (UTC) (edited on 2022-06-09 08:37 (UTC) by sarvasana)

The install path of this package is not the same as with the standalone installation provided by Microsoft.

This package installs to: /usr/lib/azure-functions-core-tools/func

Original package installs to: /usr/lib/azure-functions-core-tools-{version}/func

Where {version} is the version number of the Azure Functions Core Tools.
At the time of writing this comment the version is 4.
The path should be: /usr/lib/azure-functions-core-tools-4/func

As a result of this, software locating the toolkit fails to find it.

This for example is the case with Project Tye.
https://github.com/dotnet/tye/blob/6f9454e7b52bee30a0ba53f813678016b193c547/src/Microsoft.Tye.Hosting/FuncFinder.cs#L89

MaxT commented on 2022-06-01 13:33 (UTC)

telmo commented on 2022-01-12 14:08 (UTC)

Never mind, it seems it had to do with my network interface. After trying many things, restarting the modem was the solution. lol

telmo commented on 2022-01-11 18:48 (UTC)

I don't know why but after installing the package, running "func start" hangs for a few moments and then displays "One or more errors occurred. (A task was canceled.)".

bandgren commented on 2021-11-10 10:39 (UTC)

@Jammie can we get one updated to the latest 4.0 release?

JamieMagee commented on 2020-09-18 17:57 (UTC)

@martin.mauch I added the workaround to the PKGBUILD

martin.mauch commented on 2020-09-04 14:33 (UTC)

I don't know if this is happening to other people as well, but I'm running into this issue with a fresh installation:

Creating archive for current directory... Permission denied

https://github.com/Azure/azure-functions-core-tools/issues/1798

The solution for me is (as specified in the above issue) to run

sudo chmod a+x /usr/lib/azure-functions-core-tools/gozip

@Jammie Maybe this could be done in the PKGBUILD?

davvelsan commented on 2019-11-14 09:18 (UTC) (edited on 2019-11-14 09:19 (UTC) by davvelsan)

fo.daniel commented on 2019-09-26 13:30 (UTC)

@Jammie hah, that's brilliant. I must have pulled about 5 minutes prior.

Cheers :D

JamieMagee commented on 2019-09-26 13:28 (UTC)

@fo.daniel Thanks for the patch, but I just pushed out an update about 20 minutes ago.