Isaac Abraham

Results 415 comments of Isaac Abraham

It's back. I don't know why or how though!

@kurt-mueller-osumc I assume you mean like the easyauth built into the App Service? If so - no, not yet - but I would love to see that added!

Yes, this is correct. We started with the approach of "everything is owned by the builder" model, but as people request the ability to extend the capabilities of each builder...

As I said - currently this isn't supported, you can only create a DB on an existing SQL instance. Our position initially has always been to create both server and...

@ninjarobot are there any docs that you're aware of on the difference between authsettings and authsettingsv2? https://docs.microsoft.com/en-us/azure/templates/microsoft.web/sites/config-authsettingsv2 Note that the schema in this doc doesn't match that used in the...

Repro steps: 1. Create a brand new console app `dotnet new console -lang F#`. 1. Add following code to `Program.fs`: ```fsharp open Saturn let app = application { no_router }...

@Thorium this is now supported through the `upload_script_files` feature - requires that the file is accessible publicly. I take it you want to upload files from *local* storage?

The "script files" is a bit of a misleading term. It can be any file you want. The idea is that you can access them from any script that you...