Naren Soni

Results 24 issues of Naren Soni

We need to add forward link property to the Validators object in bindings.json. This is so that the portal add a link to the error message in case validation fails.

Remove HTML tags from the resources of the following properties. - TimerTrigger trigger (v1, dev and v3.x branch) - MobileTable in (V1 only) - MobileTable out (V1 only) - NotificationHub...

We need to add Event Grid template to the list of triggers available during project creation.

Using specific version in requirements.psd1 for managed dependencies can still cause auto version updates. This is particularly true for Az module. Az module has a dependency on Az.Accounts that is...

Partner module

Related to: https://github.com/Azure/azure-functions-host/issues/3546 We have nightly build for core tools that references the latest web host package (generated from webhost nightly build). We need a nightly build for Java worker...

engineering
P1

**Function runtime:** v2 **Environment:** Core-tools and Azure ### Repro steps: 1. Create a function app 2. Create a function using httpTrigger template 3. Send a http request with encoding set...

Needs: Validation

Related issue: https://github.com/Azure/azure-functions-host/issues/8611

Currently we provide a warning in the build output for missing properties in the local.settings.json like the one below > warning : Function [Function1]: cannot find value named '' in...

supportability

_Original issue posted by @Andrew-MSFT at https://github.com/Azure/Azure-Functions/issues/763_ Currently the function templates hardcode the string to match the name of the class. The suggestion is to change the hardcoded string in...