question

Umair241097 avatar image
0 Votes"
Umair241097 asked KalyanChanumolu-MSFT commented

i have created the function app using .net 5

@MayankBargali-MSFT

i have created the function app using .net 5 and when i run the function app i get the above error as you said if i create the function app as sseperate project it is working but what create functionapp inside my personal project it is throwing this error

azure-functions
· 5
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@Umair241097 Could you provide the error message or please post a screenshot?

0 Votes 0 ·
Umair241097 avatar image Umair241097 KalyanChanumolu-MSFT ·

111382-image.png



This is the issue in .net 5

0 Votes 0 ·
image.png (19.3 KiB)

@Umair241097 Could you please check the bin\Debug\net5.0 for 2 files file named functions.metadata and extensions.json
Do you have them? please post the files here.

Also make sure you are using the latest versions of the below packages

 <PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.0.3" OutputItemType="Analyzer" />
 <PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.3.0" />




0 Votes 0 ·
Show more comments

0 Answers