Skip to main content
0 votes
0 answers
68 views

I am new to Infrastructure As Code (IAC). I have created and configured the Logic App Standard with 2 workflows in it using Azure Portal. But I was asked to create them using IAC. My requirement is to ...
Pathrudu's user avatar
0 votes
1 answer
125 views

I am writing a Pulumi dynamic resource provider to control Azure DevOps project pipeline settings using the azure-devops-node-api client. Here's my provider code: import * as pulumi from '@pulumi/...
arodin's user avatar
  • 85
0 votes
0 answers
229 views

I would like to set up an Entra Domain Service with Pulumi. The configuration of the domain service includes the minimum necessary configurations such as domain_name, domain_service_name, ...
Chris Neumann's user avatar
0 votes
1 answer
140 views

Is there a way to make an azure pipeline stage or job noncancellable? Description: We have a pipeline in the lines of: stages: - stage: BuildAndUnitTest ......... ......... - stage: DeployAndTest /...
dushyantp's user avatar
  • 4,776
0 votes
1 answer
492 views

I am currently trying to build an Azure infrastructure for a project using Pulumi (unfortunately I had to use the azure_native provider). The problem is that my function does not understand that it ...
TheDentist's user avatar
0 votes
1 answer
509 views

I have a couple of custom provider components in my projects and I've written a function to return the credentials of the current Pulumi login context. Here is my function: def get_access_token(...
frisko's user avatar
  • 875
0 votes
1 answer
707 views

I am trying to install the dependencies of azure-python using pulumi and the dependencies are not getting installed. It just keeps building the wheel with no output whatsoever. I run the following ...
Sharan Rao's user avatar
0 votes
1 answer
641 views

I have 2 Azure Subscriptions(say Subscription A & B) already created, service principal is also configured. I want to configure diagnostics in Subscription A so that I can send data to a workspace ...
Amrit's user avatar
  • 2,333
0 votes
1 answer
355 views

I was trying to upgrade the AKS cluster using C#/Pulumi to upgrade the aks cluster version from 1.23.8 to 1.24.6. Getting below error enter image description here I have tried assigning ...
Praveen's user avatar
1 vote
1 answer
4k views

I am observing Authorization:REDACTED in the log stream attached to my Azure Function. Context: Note, that I can execute the same function successfully when I run the Function App in the debugger ...
Scott Nimrod's user avatar
  • 11.6k
0 votes
0 answers
1k views

In pulumi you can use the deleteBeforeReplace parameter to indicate that a resource should be deleted and recreated rather than updated in place. I need to make a change to a resource that requires it ...
SBFrancies's user avatar
  • 4,260
0 votes
1 answer
208 views

I am thinking about using Pulumi for Azure and was curious how up to date the API support is. I checked the storage account as an example. Pulumi: API Version 2021-02-01 latest version according to ...
me.at.coding's user avatar
  • 18.5k
0 votes
1 answer
212 views

How can I programmatically set an Azure Function's authorization level? Pulumi exposes a 'FunctionAppAuthSettingsArgs'. However, I am unable to resolve what's required to set the actual authorization ...
Scott Nimrod's user avatar
  • 11.6k
2 votes
1 answer
391 views

I'm using a mobile app and am receiving an Unauthorized response when attempting to post to an Azure Function and providing a function key. Error: StatusCode: 401, ReasonPhrase: 'Unauthorized' Code: ...
Scott Nimrod's user avatar
  • 11.6k
1 vote
1 answer
75 views

migrating my frontdoor from the to the azure-native package I am facing a strange error message that I cannot make sense of: azure-native:network:FrontDoor (frontDoor): error: Code="...
Steve Hostettler's user avatar

15 30 50 per page