HI, I just started with Pulumi today with Azure. H...
# general
w
HI, I just started with Pulumi today with Azure. However, seems .net Core is not supported. Please share it any workaround?
b
Hi @wet-sunset-4939, I am not sure what you mean here - can you elaborate?
w
I would like to set the dotnetFrameworkVersion of WebApp is .NET Core, However it is not allow any other value out of [v2.0 4.0]
b
Got an example you can show me where you cannot set it?
w
Hi @broad-dog-22463 here is sample
b
@tall-librarian-49374 Does app service not support .Net Core?
t
Yes it does. Let me check.
@wet-sunset-4939 Basically, you don't need to set this property, I think it's sort of legacy. This example runs a .NET Core app: https://github.com/pulumi/examples/blob/master/azure-ts-appservice-devops/infra/index.ts#L29
w
Ah ok letโ€™s me try to deploy my app. Thank you so much both for your help ๐Ÿ‘
b
๐Ÿ‘
r
@tall-librarian-49374 if you press
y
on github before copying the link, you will get one that matches the specific commit instead of just the branch. This is especially useful when linking to specific lines in a file: https://github.com/pulumi/examples/blob/d158d0c5c205b5ead7992d1d6a19a71bdf149a22/azure-ts-appservice-devops/infra/index.ts#L29
๐Ÿ‘ 1