Tomas Jansson

Results 59 comments of Tomas Jansson

@navba-MSFT , been busy so haven't had the time to follow up. I would love to have a tentative ETA since we won't start using it for real until we...

I think that is the easiest at the moment, but why would you differ the behavior when having a guid or an int in a string when a guid has...

I also thinks this looks great. Maybe an explicit section about webparts and combinators. It should explain how to write a basic combinators from scratch to five users a better...

@monkieboy on what level do you want to see a greater effort around Suave+Fable? Re-use of models? I've been playing with the idea of having isomorphic html dsl for both...

@jaminur-islam , did you figure out how to do it when using the wrapper?

@JontyMC should the above code set the settings in the picture: ![image](https://github.com/pulumi/examples/assets/501424/ee67ea9c-cd33-4cbe-a61b-6f983b0eb80f) Can't get it to work for me. I have the following code, which is roughly the same: ```...

Could be the version that is wrong. I tried using `https://management.azure.com/providers/Microsoft.Web/availableStacks?api-version=2023-11-27&osTypeSelected=Linux` (https://learn.microsoft.com/en-us/rest/api/appservice/provider/get-available-stacks?view=rest-appservice-2022-03-01#code-try-0). to see what it should be, but v8 is not in the response even though it is in...

I have also tried "v7.0" without success, so not sure how to get this to behave as expected.

I think this `siteConfig` might do the work: ``` siteConfig: { netFrameworkVersion: "v8.0", linuxFxVersion: "DOTNETCORE|8.0", appSettings: [ { name: "CONNECTION_STRING", value: connectionString, }, ], }, ```

I guess so… not very obvious though, glad ChatGPT figured it out 🤣 On Tue, 28 Nov 2023 at 09:47, Jonathan Curtis ***@***.***> wrote: > Ah, our app service plan...