Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Couldn't create azure.web.WebAppSiteExtension #1612

Closed
litan1106 opened this issue Mar 28, 2022 · 2 comments
Closed

Couldn't create azure.web.WebAppSiteExtension #1612

litan1106 opened this issue Mar 28, 2022 · 2 comments
Labels
kind/bug Some behavior is incorrect or out of spec resolution/duplicate This issue is a duplicate of another issue

Comments

@litan1106
Copy link

Hello!

  • Vote on this issue by adding a 👍 reaction
  • To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already)

Issue details

Install a site extension to existing WebApp in Azure using Azure Native provider.

Steps to reproduce

  1. Create a new web.AppServicePlan and web.WebApp
  2. Create a new web.WebAppSiteExtension with the webApp from previous step
const siteExtension = new azure.web.WebAppSiteExtension(
  'web-ext',
  {
    resourceGroupName: resourceGroup.name,
    name: 'web-app'
    siteExtensionId: 'Datadog.AzureAppServices.DotNet',
  }

Expected:
Success

Actual:
Failed with Bad request

@litan1106 litan1106 added the kind/bug Some behavior is incorrect or out of spec label Mar 28, 2022
@mikhailshilkov mikhailshilkov transferred this issue from pulumi/pulumi Mar 30, 2022
@danielrbradley danielrbradley added kind/bug Some behavior is incorrect or out of spec and removed kind/bug Some behavior is incorrect or out of spec labels Apr 1, 2022
@mreyeros
Copy link

mreyeros commented Sep 22, 2022

Any traction on this issue, we are attempting to create a WebAppSiteExtension as well and are receiving creating failed error: Code="Failed" Message="The async operation failed." Looks like this is related to #558. Any available options using Pulumi that we can use? Trying to avoid having a mix of pulumi IAC and azure cli in our release pipelines if possible.

@mikhailshilkov mikhailshilkov added the resolution/duplicate This issue is a duplicate of another issue label Sep 7, 2023
@mikhailshilkov
Copy link
Member

Closing as a duplicate of #558

@mikhailshilkov mikhailshilkov closed this as not planned Won't fix, can't repro, duplicate, stale Sep 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Some behavior is incorrect or out of spec resolution/duplicate This issue is a duplicate of another issue
Projects
None yet
Development

No branches or pull requests

4 participants