After create an isolated Azure Function using the Blob trigger, the package version is incorrect and there is an error on the command line after F5
- Dominant language
- PowerShell
- Stars
- 1.1k
- Forks
- 215
- Avg merge
- 4h 2m
- Merged PRs (30d)
- 1
Description
**Azure DevOps work item**: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1877142
**Testcases Affected:**
[Azure Functions Tooling E2E](https://github.com/aspnet/Tooling-ManualTests/blob/rel/17.4/E2EWalkthroughs/VS/AzureFunction/AzureFunction.md)~ .NET 7.0/6.0 Isolated. and .NET framework isolated v4
**Platform**
- [x] Windows
- [ ] Linux
- [ ] Mac
**INSTALL STEPS**
1. Clean machine: Win11x64 ENU 21H2
2. Install Dev17.7.3 from https://aka.ms/vs/17/release/VS_Enterprise.exe
- Web workload
- Check runtime 7.0/6.0 runtime under IC tab
**REPRO STEPS :**
1. New > Azure Function> .NET 7.0 Isolated > Select "Blob trigger" >give a connection string setting name >Create> Connect to dependency >Storage Azurite emulator(Local)>Next>Finish.
2. Restart vs, recreate Azure Function project according to the first step, right click project to open "Edit Project File", the package version is incorrect, F5 to run the project.
If it does not reappear, you can continue to follow:
- Install "[Microsoft Azure Storage Explorer](https://azure.microsoft.com/en-us/products/storage/storage-explorer/)" on you test VM,and Sign in with Azure.
- Put the breakpoint in the method of function1.cs, F5 to run the project,
- Open "Microsoft Azure Storage Explorer" which you just installed. Expand "Emulator & Attached"> Storage Accounts> (Emulator-Default Ports)(Key)> Blob Containers, right-click Blob Containers > Create Blob Container, type name "samples-workitems".
- Click on the newly created blob and hit the upload button on the top right. Upload any file and hit Open.
**ACTUAL**
The package version is incorrect

There are errors in the command window when you do F5

**EXPECTED**
The package version is correct

There is no error message when you do F5

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.