Hi all, I'm starting with Pulumi for azure-native...
# azure
t
Hi all, I'm starting with Pulumi for azure-native It's been handed down to me and I'm currently facing the next issue: • I created a PR through GitHub that will create and deploy apps using Pulumi • first run got an error regarding the subscription I fixed that by closing some other PRs and got some space in my free subscription • then I made some changes to the code and made a push to the branch again but this time i got error like this:
Copy code
pulumi:pulumi:Stack marty-infra-f-mail-sender-infrastructure running error: Error: invocation of azure-native:web:listWebAppApplicationSettings returned an error: request failed /subscriptions/815f153a-a95c-4e2b-a1b0-af2ba1865877/resourceGroups/marty-cloud-PR306-rg9e587a0c/providers/Microsoft.Web/sites/marty-cloud-PR306-CloudAPI-appb2f2752a/config/appsettings/list: autorest/azure: Service returned an error. Status=404 Code="ResourceNotFound" Message="The Resource 'Microsoft.Web/sites/marty-cloud-PR306-CloudAPI-appb2f2752a' under resource group 'marty-cloud-PR306-rg9e587a0c' was not found. For more details please go to <https://aka.ms/ARMResourceNotFoundFix>"
can someone help? 🙂
a
It seems that your resource may not be hosted in the specified Resource Group. If this is the case, it could be a permission issue or an incorrect subscription ID.