breezy-apartment-46543
03/23/2021, 10:56 PM// excerpt of the config section of the JavaScript SDK snippet with correlation
// between client-side AJAX and server requests enabled.
cfg: { // Application Insights Configuration
instrumentationKey: "YOUR_INSTRUMENTATION_KEY_GOES_HERE"
disableFetchTracking: false,
enableCorsCorrelation: true,
enableRequestHeaderTracking: true,
enableResponseHeaderTracking: true,
correlationHeaderExcludedDomains: ['<http://myapp.azurewebsites.net|myapp.azurewebsites.net>', '*.<http://queue.core.windows.net|queue.core.windows.net>']
/* ...Other Configuration Options... */
}});
Basically I want distributed tracing where one pulumi projects calls another using http and I want to see that call as a line between them in the application map in insights.prehistoric-arm-87050
03/24/2021, 2:43 AMPulumic
way to automate this?
Sorry if this scenario has been asked before, but I could not find an answer. Thanks in advance for any advice or pointers here.polite-shoe-79877
03/24/2021, 9:48 PMimport * as msRestNodeAuth from "@azure/ms-rest-nodeauth";
msRestNodeAuth.loginWithServicePrincipalSecret(
"clientId",
"clientSecret",
"tenentId",
)
I get
Invalid client secret is provided
but it's running running fine standalone with node, someone have similiar problem?icy-dress-83371
03/25/2021, 2:13 PMconfig.get(subscriptionId)
would only look under the context of the project nametall-librarian-49374
03/25/2021, 7:37 PMCosmosDB
instead of DocumentDB
, or splitting Frontdoor
and TrafficManager
from Network
. I’d appreciate if you could read the issue below and 👍 if you think it’s a good idea or comment with any concerns. Thank you!
https://github.com/pulumi/pulumi-azure-native/issues/690jolly-stone-87333
03/27/2021, 3:55 PMglamorous-helmet-50600
03/29/2021, 2:15 PMbetter-shampoo-48884
03/29/2021, 2:18 PMconst rg = new azure.resource.ResourceGroup("myrg")
const newResource = new azure.resource({resourceGroup: rg.name, location: rg.location}) works beautifully, and ensures that newResource is dependent on rg :)
glamorous-helmet-50600
03/29/2021, 2:19 PMbetter-shampoo-48884
03/29/2021, 2:22 PMworried-knife-31967
03/29/2021, 4:00 PMOutput<T>
parameters.
That's possibly specific to C# thoughbetter-shampoo-48884
03/29/2021, 5:40 PMaksStack.cluster[thisCluster.name].kubeconfig = await azure.containerservice.listManagedClusterAdminCredentials({resourceGroupName: aksStack.parameters.name, resourceName: aksStack.cluster[thisCluster.name].parameters.name})
And the reason from the error message is that the cluster it refers to (in this case the one named aks.paramters.name
) doesn't exist. Because of course it doesn't. I've tried using aks.name
, aks.name.apply(name => name)
, pulumi.interpolate`${aks.name}` (where aks is the result of the creation of the cluster resource) to try to ensure that there's a dependency - but it seems pulumi just doesn't care. I must be missing something obvious - and I can't set "dependsOn" for this either because it's not a resource, so.. thoughts?quaint-tailor-52411
03/30/2021, 1:35 AMManagedCluster
and ContainerService
?handsome-state-59775
03/30/2021, 1:55 AMpulumi_azure_native.storage
, i'm unable to extract account_name
from an StorageAccount
for use in supplying the same field name for FileShare
handsome-state-59775
03/30/2021, 10:18 AMaz storage account show-connection-string
?better-shampoo-48884
03/30/2021, 1:43 PMhandsome-state-59775
03/31/2021, 5:16 AMminiature-leather-70472
03/31/2021, 9:20 AMworried-knife-31967
03/31/2021, 9:58 AMworried-knife-31967
03/31/2021, 10:15 AMworried-knife-31967
03/31/2021, 10:59 AMsteep-beard-51215
04/01/2021, 9:18 AMimport
using azuread 3.x branch is broken so I need to use a 2.6.x version; however, it’s a bit unpleasant to rm
the latest version, install the 2.6.1, import, then install the latest 3.X over and over again any time I need to import something from AADbreezy-apartment-46543
04/01/2021, 3:56 PMbland-lunch-5883
04/02/2021, 7:50 AMbland-lunch-5883
04/02/2021, 7:51 AMmelodic-byte-32771
04/02/2021, 5:01 PMaz role definition list
glamorous-helmet-50600
04/02/2021, 7:21 PMhandsome-state-59775
04/05/2021, 7:17 AMhandsome-state-59775
04/05/2021, 2:27 PMbrainy-ocean-92780
04/05/2021, 4:47 PMerror: azure:sql/sqlServer:SqlServer resource '<server name>' has a problem: "identity.0.principal_id": this field cannot be set
I don't see an attempt to set that anywhere. I was curious if this might be a known issue?