enough-butcher-66045
05/10/2021, 8:40 PMenough-butcher-66045
05/10/2021, 8:41 PMenough-butcher-66045
05/10/2021, 8:41 PMenough-butcher-66045
05/10/2021, 8:41 PMenough-butcher-66045
05/10/2021, 8:49 PMvar vault = await GetVault.InvokeAsync(new GetVaultArgs
{
ResourceGroupName = "blah",
VaultName = "blah"
});
vault.Properties.AccessPolicies.Add();
enough-butcher-66045
05/10/2021, 8:49 PMhandsome-state-59775
05/10/2021, 8:51 PMDiagnostics:
azure-native:storage:FileShare (fileShare):
error: cannot check existence of resource '/subscriptions/****/resourceGroups/****/providers/Microsoft.Storage/storageAccounts/****/fileServices/default/shares/****': status code 400, {"error":{"code":"FeatureNotSupportedForAccount","message":"File is not supported for the account."}}
Any insights?enough-butcher-66045
05/10/2021, 10:30 PMpulumi up
I get an exception.
Exception 0xc0000005 0x0 0x7ffd826b0fff 0x1500ac40000
PC=0x1500ac40000
runtime: unknown pc 0x1500ac40000
If I run it again, then I get a different error:
pulumiprovidersazure (default_4_1_0):
error: could not read plugin [C:\Users\FabricioSodano\.pulumi\plugins\resource-azure-v4.1.0\pulumi-resource-azure.exe] stdout: EOF
The plugin is there.
pulumi plugin install
doesn't do anything.
pulumi plugin rm and then installing them again produces the same error.
This application is using azure-native and azure because I can't create KeyVault Access policies as standalone resources, and hence need to use the azure provider. @tall-librarian-49374 says it should work.enough-butcher-66045
05/10/2021, 10:34 PMsteep-beard-51313
05/11/2021, 1:03 PMbrave-winter-60074
05/11/2021, 1:59 PMhandsome-state-59775
05/12/2021, 8:39 AMbillowy-army-68599
worried-knife-31967
05/13/2021, 2:37 PMworried-knife-31967
05/14/2021, 11:42 AMglamorous-lifeguard-90201
05/17/2021, 10:00 AMrhythmic-vegetable-87369
05/18/2021, 3:40 AMrhythmic-vegetable-87369
05/18/2021, 3:41 AMlittle-orange-65618
05/18/2021, 6:34 PMazure-native:storage:BlobContainer silver creating error: cannot check existence of resource '/subscriptions/.../resourceGroups/cinsights-tiny-emea-rg/providers/Microsoft.Storage/storageAccounts/cinsightstinyemeasa/blobServices/default/containers/silver': status code 500, {"error":{"code":"InternalError","message":"Server encountered an internal error. Please try again after some time.\nRequestId:...\nTime:2021-05-18T18:05:15.3099349Z"}}
icy-jordan-58549
05/19/2021, 4:38 AM@pulumi/azure-native-network
. Another possible solutions would be to not create one giant input types definition file and make it per namespace. Thanksmelodic-byte-32771
05/19/2021, 7:28 AMbetter-shampoo-48884
05/19/2021, 8:33 AMhandsome-state-59775
05/19/2021, 2:35 PMpulumi up -r --skip-preview -y
on it as an update - however, this is not the case.
Code in thread; any insights?worried-knife-31967
05/20/2021, 12:50 PMlimited-eve-38521
05/20/2021, 3:01 PMtlsSettings: {
certificateType: "ManagedCertificate",
minimumTlsVersion: "TLS12",
},
But I dont see that with CustomDomain if i want to avoid FrontDoor? https://www.pulumi.com/docs/reference/pkg/azure-native/cdn/customdomain/
I was thinking of combining CustomDomain with ManagedCertificate https://www.pulumi.com/docs/reference/pkg/azure/appservice/managedcertificate/ but don't know how to get the min tls set as well?eager-byte-63000
05/21/2021, 9:16 AMpulumi import azure-native:documentdb:DatabaseAccountSqlDatabase databaseName databaseName
I get the following error:
azure-native:documentdb:DatabaseAccountSqlDatabase:
error: azure-native:documentdb:DatabaseAccountSqlDatabase resource '[dbname]' has a problem: missing required property 'options'
error: azure-native:documentdb:DatabaseAccountSqlDatabase resource '[dbname]' has a problem: missing required property 'resource'
error: Preview failed: one or more inputs failed to validate
If I execute pulumi import azure-native:documentdb:SqlResourceSqlDatabase databaseName /subscriptions/subid/resourceGroups/rg1/providers/Microsoft.DocumentDB/databaseAccounts/ddb1/sqlDatabases/databaseName
apparently it imports db successfully but it doesn't go well for containers: when I execute pulumi import azure-native:documentdb:SqlResourceSqlContainer containerName /subscriptions/subid/resourceGroups/rg1/providers/Microsoft.DocumentDB/databaseAccounts/ddb1/sqlDatabases/databaseName/sqlContainers/containerName
I get the following error:
azure-native:documentdb:SqlResourceSqlContainer:
error: Preview failed: autorest/azure: Service returned an error. Status=400 Code="BadRequest" Message="The request path <https://cdbmgmtprodsg.documents.azure.com:450/subscriptions/[id]/resourceGroups/[resourceGroup]/providers/Microsoft.DocumentDB/databaseAccounts/[dbAccount]/sqlDatabases/uploaddb/sqlContainers/[containerName]?api-version=2021-01-15> is invalid.\r\nActivityId: 7d3e4a6e-0f4d-4fdf-9af7-e4951e98c388, Microsoft.Azure.Documents.Common/2.11.0"
Any help is very appreciated!better-shampoo-48884
05/21/2021, 11:32 AMconst currentKubeconfig = pulumi.all([aks.name, args.group[group.location].name]).apply(([clusterName, rgName]) => {
return azure.containerservice.listManagedClusterAdminCredentials({
resourceGroupName: rgName,
resourceName: clusterName,
})
})
It seems I can attach a provider to the listManagedClusterAdmin - but how would I get that from the parent ComponentResource?tall-scientist-89115
05/21/2021, 3:40 PMglamorous-helmet-50600
05/21/2021, 8:08 PMglamorous-helmet-50600
05/21/2021, 8:09 PM