glamorous-helmet-50600
04/25/2021, 9:32 PMrhythmic-activity-46295
04/25/2021, 10:18 PMlittle-portugal-30629
04/26/2021, 5:49 AMpulumi stack ls
does not show any stacks while the states are inside Azure Storage Account.
If I run az storage blob list
using the same container / account / key. I can view the files?
I did just create another storage account for testing, and everything works fine. How can I find out what is wrong with the first storage Account?bland-lunch-5883
04/26/2021, 1:15 PMError: Invalid archive encountered when unmarshaling resource property
at deserializeProperty (C:\...\node_modules\@pulumi\azure-native\node_modules\@pulumi\pulumi\runtime\rpc.js:482:31)
I think it has something to do with Pulumi not being able to read a blob in a storage account correct. (Which is weird due to it being made in an earlier iteration by the same Pulumi-script.) But I have no idea on how to fix this. Has anyone encountered this error before?bland-lunch-5883
04/26/2021, 1:21 PMpulumi refresh
, after that any `pulumi up`seems to fail consistent - can it be that the refresh is not able to validate blobs and corrupts the pulumi state after that?handsome-state-59775
04/26/2021, 2:00 PMtall-scientist-89115
04/26/2021, 9:38 PMMicrosoft.OperationalInsights/workspaces/providers/diagnosticSettings
in azure native. It's in the azure library at azure.monitoring.DiagnosticSetting
This is not a huge deal, the old provider does update every pulumi up
thanks to an inexplicable "logs" diff, and weirdness like that makes me want to purge all non-azure-native. I was able to find LogAnalytics right where it should be so it's weird to me that this one bit wouldn't exist.gorgeous-country-43026
04/27/2021, 9:46 AMbillowy-army-68599
bland-lunch-5883
04/28/2021, 1:01 PMError: Invalid archive encountered when unmarshaling resource property
at deserializeProperty (C:\...\node_modules\@pulumi\azure-native\node_modules\@pulumi\pulumi\runtime\rpc.js:482:31)
I think it has something to do with Pulumi not being able to read a blob in a storage account correct. It might be caused by me first executing pulumi refresh
, after that any `pulumi up`seems to fail consistent - can it be that the refresh is not able to validate blobs and corrupts the pulumi state after that? Which is weird due to it being made in an earlier iteration by the same Pulumi-script. Has anyone encountered this error before?bland-lunch-5883
04/28/2021, 1:23 PMbland-lunch-5883
04/28/2021, 2:26 PMimportant-flower-8259
04/28/2021, 6:18 PMpulumi import
statements? Can aliases work?little-orange-65618
04/28/2021, 7:16 PM<pulumi.output.Output object> has type Output, but expected one of: bytes, unicode
. I've tried with and without .apply lambda's (self.principal_id = self.identity.principal_id.apply(lambda v: v or "<preview>")
) but it aways errors.worried-knife-31967
04/30/2021, 1:19 PMbetter-shampoo-48884
05/02/2021, 9:36 AMDestroying (internal.infra.test-one):
Type Name Status Info
pulumi:pulumi:Stack baseline-infra-internal.infra.test-one **failed** 1 error
- └─ azure-native:keyvault:Key N77701-aks-des-key **deleting failed** 1 error
Diagnostics:
azure-native:keyvault:Key (N77701-aks-des-key):
error: keyvault.BaseClient#DeleteKey: Failure responding to request: StatusCode=403 -- Original Error: autorest/azure: Service returned an error. Status=403 Code="Forbidden" Message="Caller is not authorized to perform action on resource.\r\nIf role assignments, deny assignments or role definitions were changed recently, please observe propagation time.\r\nCaller: appid=04b07795-8ddb-461a-bbee-02f9e1bf7b46;oid=89e2f048-d079-42f2-8267-0565e431ba96;iss=<https://sts.windows.net/bf7cb870-b378-42ab-a618-31704bc2e9b7/>\r\nAction: 'Microsoft.KeyVault/vaults/keys/delete'\r\nResource: '/subscriptions/xx/resourcegroupsyy/providers/microsoft.keyvault/vaults/n70771vaultprimary/keys/aks-des-key-redsjiee'\r\nAssignment: (not found)\r\nVault: n70771vaultprimary;location=westeurope\r\n" InnerError={"code":"ForbiddenByRbac"}
worried-knife-31967
05/03/2021, 12:56 PMWEBSITE_RUN_FROM_PACKAGE
method with windows app services:
When running a function app on Windows, the external URL option yields worse cold-start performance. When deploying your function app to Windows, you should set WEBSITE_RUN_FROM_PACKAGE to 1 and publish with zip deployment.
All the pulumi examples show this method.
Is there anything within pulumi to publish in that way? I'm not sure "how" that works, but it seems like an important usecase for windows publishing.rough-tomato-98795
05/03/2021, 2:25 PMpurple-train-14007
05/03/2021, 8:03 PMpurple-train-14007
05/03/2021, 9:39 PMastonishing-intern-99200
05/04/2021, 3:20 PMpulumi up
fails with the message:
cannot create already existing resource
Note: we start with an empty state, and an empty resources group. The diagnostic settings are created successfully in Azure but are not written to the state. And it fails complaining it already exists. We use the latest release of pulumi (3.1.0) and the azure-native provider (1.3.0). We’ve tried with a storage container as backend, as well as local storage. We also use KeyVault as encryption provider and run everything in Azure Pipelines.
What could be the cause of that? We noticed it specifically in the diagnostic settings, nowhere else….polite-shoe-79877
05/04/2021, 8:23 PMconst storageAccount = new azure_native.storage.StorageAccount(`storage-account`, {
accountName: accountName,
enableNfsV3: true,
kind: "FileStorage",
location: "westeurope",
minimumTlsVersion: "TLS1_2",
resourceGroupName: resourceGroupName,
sku: {
name: "Premium_LRS"
},
networkRuleSet: {
bypass: "AzureServices",
defaultAction: "Allow",
ipRules: [],
virtualNetworkRules: [{
virtualNetworkResourceId: subnetId,
}],
}
}
Getting following error
Code="InvalidRequestPropertyValue" Message="The value 'True' is not allowed for property isNfsv3Enabled."gorgeous-country-43026
05/05/2021, 10:35 AMPodNodeSelector
admission controller to AKS with Pulumi? AKS supports it. I'm looking through Pulumi typescript types and docs and can't find anything related to itbrave-winter-60074
05/05/2021, 12:35 PMglamorous-helmet-50600
05/05/2021, 3:31 PMAzureNative.Web.GetCertificate.InvokeAsync(...)
to retrieve an existing certificate, and the expected output has a "PfxBlob" but it's coming always empty - I'm wondering if this is expected at all? On the first pulumi run I create the certificate and include the PfxBlob so I was expecting to be able to retrieve it.tall-scientist-89115
05/05/2021, 7:52 PMWorkspaceResourceId
on azureNative.insights.Component
. This would let me tie it to a particular LogAnalytics workspace..enough-butcher-66045
05/09/2021, 1:17 AMenough-butcher-66045
05/09/2021, 1:20 AMglamorous-helmet-50600
05/10/2021, 1:48 PMAzureNative.Web.GetCertificate.InvokeAsync
is not coming with the PfxBlob populated, which makes it impossible for me to regenerate the CertificateArgs properly, resulting in pulumi finding a diff where it shouldn't.
I don't think this is necessarily an issue with Pulumi as I've tested getting the certificate using Postman and it also comes back without the pfxBlob populated...so I'm just wondering now how I should go about this.white-cat-6621
05/10/2021, 2:03 PM