Isaac Abraham
Isaac Abraham
I've heard about this. Out of curiosity, where is the overlap between this and, say, keyvault?
Sounds promising. We need to think carefully about how to enable it through webapps and functions - one of the key drivers of Farmer is creating an easy-to-use abstraction for...
You can add an overload that takes in a list. Or, just a second method called `add_authorization_rules` (plural) which takes in the list. We made the same "mistake" on the...
Sure. There is an example of deploying a functions instance [here](https://compositionalit.github.io/farmer/tutorials/serverless-etl/) but it doesn't really cover how to create a functions app. As long as your zip (or just folder...
@PaigeM89 it should be the compiled output folder.
@evilpilaf Good idea. Can you provide a sample template as a basis to develop the implementation? Here's the ARM resource spec: https://docs.microsoft.com/en-us/azure/templates/microsoft.network/2018-04-01/trafficmanagerprofiles
@et1975 Yes, we should probably do something like that. Up until now we've been fairly lax on versioning with regards to the API except for two things: 1. Breaks should...
@nargiz I'm really sorry this hasn't been looked at for such a long time. We need to get this reviewed and merged in before it drifts too far from the...
Also adding @MNie @MoeJw @TheRSP - would you find this capability useful?
I've bashed together a prototype - here's how you could consume it to create customised behaviours (of course, specific builders would need to support it, at least for right now...