Mikhail Shilkov

Results 433 comments of Mikhail Shilkov

> I attempted to use ApplyT, but since ID() returns an output, not a string, there's no straightforward way that I could find to use it. This should be doable....

@justinvp Could you take a look?

Hi @gilcu2 Could you please elaborate on what you would expect in this tutorial? Any examples elsewhere that define it with other tools?

@danfhernandez Item (1) - Step 6 failed because `-D` option should be `-d`. Interestingly enough, this was [fixed](https://github.com/pulumi/examples/commit/384aaaea3c9a9619b83b6473b5d0ef0b279baf65#diff-730c0fb1210b49f70bee7e502d389b72) long time ago in the examples repo. It looks like we never...

@rajeshmuraleedharan May I ask first why you need to set it? This example deploys a .NET core app to the App Service: https://github.com/pulumi/examples/blob/d158d0c5c205b5ead7992d1d6a19a71bdf149a22/azure-ts-appservice-devops/infra/index.ts

Based on digging the generated ARM Template, I can see that they set it with ``` "siteConfig": { "appSettings": [], "metadata": [ { "name": "CURRENT_STACK", "value": "[parameters('currentStack')]" } ] },...

@antunesl Could you share the code to repro your problem? I'm curious about how it's different from https://github.com/pulumi/examples/tree/master/azure-cs-appservice Thanks!

Thanks for sharing! Does the fact that they are empty break the App Service? In what way? Have you tried applying `SiteConfig.Metadata` as I mentioned in https://github.com/pulumi/examples/issues/473#issuecomment-556368959 (I did not...

@antunesl Interesting... Haven't you bumped into https://github.com/pulumi/pulumi-azure/issues/409 ?

The upstream issue for the Azure provider: https://github.com/terraform-providers/terraform-provider-azurerm/issues/5350