Mikolaj Mackowiak
Mikolaj Mackowiak
check if the package you deploy have non-empty `extensions.json` file. If not, update functions sdk to 1.0.26.
no, the `extensions.json` should be created automatically by sdk. please share also the csproj file. You can also check my project for reference: https://github.com/miqm/playground
Share your code if possible.
Not sure if this is will work, but try separate code with extensions into a library that function app will depend upon.
We're also interested in this feature.
@tomkerkhove Is this feature even possible to implement currently? I think that the Service Bus SDK for go doesn't provide option to get count of active sessions. There's option in...
+1 on this too. I sometimes prepare a module where I intend that it will be extended by other team members. Things are not params, as they need to match...
As for the design I'd stick to model that we already have for params and outputs, i.e. ```bicep type varType = { prop: string prop2: int } var someVar varType...
https://github.com/lensapp/lens/compare/master...lens-desktop they could at least learn how to use pull requests ;)
I lean towards parent and child. with resource it's not possible to get parent reference. as for extension resources in option 1, they start with provider namespaces like Microsoft. can...