34 questions
0
votes
0
answers
68
views
Create Logic App Standard using Pulumi Azure Native
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 ...
0
votes
1
answer
125
views
Pulumi Dynamic Provider with azure-devops-node-api Fails Due to Serialization Error
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/...
0
votes
0
answers
229
views
Deployment of Microsoft Entra Domain Services failes with internal error via Pulumi
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, ...
0
votes
1
answer
140
views
Make azure pipeline stage noncancellable
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 /...
0
votes
1
answer
492
views
Azure Function Keyvault Reference -> User Assigned Identity instead of System Assigned managed Identity
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 ...
0
votes
1
answer
509
views
There is no current event loop in thread 'ThreadPoolExecutor-0_0' while using pulumi_azure_native.authorization
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(...
0
votes
1
answer
707
views
Dependencies not getting installed when I run "pulumi new azure-python". It just keeps builiding the wheel
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 ...
0
votes
1
answer
641
views
Pulumi Azure Native - How to manage multiple Azure Subscriptions using Python?
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 ...
0
votes
1
answer
355
views
Issue while upgrading the azure aks cluster from 1.23.8 to 1.24.6 and getting error - CustomPrivateDNSZoneMissingPermissionError
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 ...
1
vote
1
answer
4k
views
Authorization:REDACTED when executing an Azure Function
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 ...
0
votes
0
answers
1k
views
Pulumi - delete before replace but only if deleting is necessary
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 ...
0
votes
1
answer
208
views
Isn't Pulumi Azure API support too old / how fast are new API versions implemented?
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 ...
0
votes
1
answer
212
views
Pulumi: How to programmatically set an Azure Function's authorization Level
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 ...
2
votes
1
answer
391
views
Mobile app performing an HTTP Post to Azure Function using Bearer Token and Function Key returns Unauthorized
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:
...
1
vote
1
answer
75
views
Creation of azure_native frontdoor fails with "Frontdoor location must be global."
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="...