Timothy Gruber

Results 4 comments of Timothy Gruber

I was able to do it successfully by putting the `application_stack` block inside of the `site_config` block, for example: ``` site_config { use_32_bit_worker = false ftps_state = "FtpsOnly" application_stack {...

@erwinkramer I tested a simple PowerShell HTTP Trigger, and it was successful. I also tested creating a Durable Function, and it let me.

The function itself is actually defaulting to `7.0.12`. ![image](https://user-images.githubusercontent.com/15575143/197040250-97b109d5-9d97-4c1d-9fdc-12bc82177d99.png) I just did a comparison, of before and after setting it manually in the Web GUI. Everything stays the same, except...

In addition to the above, I haven't even been successful in changing the PowerShell version from 7 to 7.2 via Azure CLI. It may be a limitation in Azure CLI,...