gray-lawyer-89054
05/22/2020, 11:10 AMazure.network.PublicIp.get(
`${stackName}-public-ip`,
`/subscriptions/${azureSubscriptionId}/resourceGroups/${aksResourceGroup.name}/providers/Microsoft.Network/publicIPAddresses/${azurePublicIPName}`
);
ancient-megabyte-79588
05/22/2020, 10:13 PMaz <resource> list
or some other sort of query to explore your subscription in order to find the resource id so that it could ask az
for the resource.kind-mechanic-53546
05/22/2020, 11:03 PMgray-lawyer-89054
05/28/2020, 1:02 PMancient-megabyte-79588
05/28/2020, 1:41 PMpulumi.interpolate
a string from stack variables, but Pulumi still needs me to tell it what the unique identity string is. Pulumi doesn't know which resource in Azure I want to .get()
.