-
### What version of .NET does your existing project use?
.NET 6
### What version of .NET are you attempting to target?
.NET 8
### Description
Hello!
I managed successfully to migrate a .NET 6 …
-
**Is your feature request related to a problem? Please describe.**
I'm trying to deploy a function located in /api. I'm using nodeJS and I'm using the new version v4 to define code my function.
It l…
-
Deployment script fail to deploy functions due to v1 vs v4 mismatch.
Deployment error
`Your function app is targeting v4, but Azure host has function version ~1, \nplease change the version using…
-
I have an Azure Function that is running in Linux (Consumption plan). I have also enabled `SCM_DO_BUILD_DURING_DEPLOYMENT` by setting its value to `true` in my environment variables. The Function app …
-
We have service bus triggered functions and Time triggered functions which we have moved to Azure Kubernetes workloads was working fine with .Net6
After moving to .Net 8 isolated worker function w…
-
### Environment
Nuxt: 3.12.3
Node: 20
### Reproduction
Deploy a basic Nuxt app with an api that returns a web response like
```ts
export default function eventHandler((event) => {
ret…
-
Please provide a succinct description of the issue.
We are using CosmosDBTrigger attribute for change feed in our web jobs. We need to migrate our code to use managed identity instead connection stri…
-
Function App name: -
Tools used:
New V4 app or existing V3 app migrated to V4:migrated v4
Hi Team ,
I am migrating the azure Function app to v4 all the things are working Fine , but in Inv…
-
### Description
Hi, my team is having trouble upgrading `Microsoft.Azure.Functions.Worker.Sdk`. Our application was running fine until we upgraded from version `1.17.2` to `1.17.4`. We also tried …
-
### Version
```
$ func --version
4.0.6280
$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=22.04
DISTRIB_CODENAME=jammy
DISTRIB_DESCRIPTION="Ubuntu 22.04.3 LTS"
```
### Description…