Azure-Functions
Azure-Functions copied to clipboard
The javadoc in com.microsoft.azure.functions.annotation.HttpTrigger presents com.microsoft.azure.functions.HttpResponseMessage as if it were generic (which actually makes a lot of sense), but the http response message code does not support generics.
My Azure function project structure is as follows: ``` ├── │ ├── __init__.py │ ├── function.json │ ├── sample.dat │ └── │ ├── file1.txt │ └── file2.txt ├── .gitignore ├──...
Hi, I would like to use the INameResolver for queue trigger like it's available in Azure WebJob. I know it was not available in the past, but is it plan...
Creating bug on behalf of the VS customer. More details available here - https://developercommunity.visualstudio.com/content/problem/715105/systemtypeloadexception-could-not-load-type-system.html
There is (at least) one feature missing here to parameterize the blob write. Please add an option to set a content-type on the blob. ```json { "type": "blob", "direction": "out",...
Azure Function V4 - Can be easily replicated using the template solution in visual studio 2019/2022. When you create an Azure function and you update the `local.settings.json` Values array with...
**Function App name** N/A - local **Tools used** - VS Code - Azure Functions VS Code Extension `v1.5.2` - `dotnet --version` = `6.0.100-rc.2.21505.57` - `func --version` = `4.0.3780` **New V4...
The only way I found to get a price is: pick a region, select in tab 1 of "New Function App" wizard, go to tab 2, look at "Spec Picker"....
I'd like to see 1 year and 3 year reserved instance discounts in the premium plan similar to an App Service Plan. Please also update your pricing calculator on the...