sparse-intern-71089
01/05/2023, 3:32 PMmelodic-tomato-39005
01/05/2023, 4:31 PMaz login
before?icy-doctor-13719
01/05/2023, 4:37 PMvar provider = new Pulumi.AzureNative.Provider("provider", new Pulumi.AzureNative.ProviderArgs()
{
SubscriptionId = p.subscriptionId,
ClientId = p.servicePrincipalId,
ClientSecret = p.servicePrincipalSecret,
TenantId = p.tenantId,
PartnerId = p.partnerId
});
icy-doctor-13719
01/05/2023, 4:37 PM// Azure Resource Group
var rg = new Pulumi.AzureNative.Resources.ResourceGroup("rg", new()
{
ResourceGroupName = $"rg-{p.projectName}-{p.env}",
Location = p.location,
Tags = { { "env", p.env } }
}, new CustomResourceOptions() { Provider = provider });
white-architect-1595
01/05/2023, 4:40 PMwhite-architect-1595
01/05/2023, 4:44 PMicy-doctor-13719
01/05/2023, 4:44 PMwhite-architect-1595
01/05/2023, 4:56 PMicy-doctor-13719
01/05/2023, 4:56 PMicy-doctor-13719
01/05/2023, 4:56 PMwhite-architect-1595
01/05/2023, 4:57 PMicy-doctor-13719
01/05/2023, 4:57 PMwhite-architect-1595
01/05/2023, 4:57 PMicy-doctor-13719
01/05/2023, 4:57 PMwhite-architect-1595
01/05/2023, 4:58 PMwhite-architect-1595
01/05/2023, 5:05 PMicy-doctor-13719
01/05/2023, 5:05 PMicy-doctor-13719
01/05/2023, 5:05 PMicy-doctor-13719
01/05/2023, 5:05 PMicy-doctor-13719
01/05/2023, 5:05 PMwhite-architect-1595
01/05/2023, 5:08 PMwhite-architect-1595
01/05/2023, 5:08 PMicy-doctor-13719
01/05/2023, 5:09 PMvar provider = new Pulumi.AzureNative.Provider("provider", new Pulumi.AzureNative.ProviderArgs()
{
SubscriptionId = p.subscriptionId,
ClientId = p.servicePrincipalId,
ClientSecret = p.servicePrincipalSecret,
TenantId = config.Get("tenantId"),
PartnerId = p.partnerId
});
icy-doctor-13719
01/05/2023, 5:09 PMicy-doctor-13719
01/05/2023, 5:09 PMwhite-architect-1595
01/05/2023, 5:13 PMwhite-architect-1595
01/05/2023, 5:14 PMicy-doctor-13719
01/05/2023, 5:14 PMicy-doctor-13719
01/05/2023, 5:14 PMicy-doctor-13719
01/05/2023, 5:14 PMwhite-architect-1595
01/05/2023, 5:15 PMmysterious-australia-14256
01/20/2023, 11:19 AM