ancient-megabyte-79588
05/06/2020, 5:23 PMconst clientConfig = azure.core.getClientConfig();
export const subscriptionId = clientConfig.subscriptionId;
ancient-megabyte-79588
05/06/2020, 5:24 PMancient-megabyte-79588
05/06/2020, 5:25 PMancient-megabyte-79588
05/06/2020, 5:26 PMancient-megabyte-79588
05/06/2020, 5:26 PMancient-megabyte-79588
05/06/2020, 5:29 PM"dependencies": {
"@pulumi/azure": "^2.0.0",
"@pulumi/azuread": "^1.8.0",
"@pulumi/kubernetes": "^1.6.0",
"@pulumi/pulumi": "^1.0.0"
}
ancient-megabyte-79588
05/06/2020, 5:36 PMazure.core.getClientConfig();
to this pulumi.output(azure.core.getClientConfig();)
ancient-megabyte-79588
05/06/2020, 5:36 PMnumerous-plastic-88847
05/07/2020, 10:56 AMancient-megabyte-79588
05/07/2020, 10:53 PMpulumi stack init dev --secret-provider="azurekeyvault://<url here>"
is blowing up with this message:
error: secrets (code=Unknown): azure.BearerAuthorizer#WithAuthorization: Failed to refresh the Token for request to https://<snipped>.<http://vault.azure.net/keys/pulumi//encrypt?api-version=7.0|vault.azure.net/keys/pulumi//encrypt?api-version=7.0>: StatusCode=0 -- Original Error: adal: Failed to execute the refresh request. Error = 'Get <http://169.254.169.254/metadata/identity/oauth2/token?api-version=2018-02-01&resource=https%3A%2F%2Fvault.azure.net>: dial tcp 169.254.169.254:80: connectex: A socket operation was attempted to an unreachable network.'
Any thoughts?ancient-megabyte-79588
05/07/2020, 11:25 PMbillowy-army-68599
millions-journalist-34868
05/09/2020, 4:36 PMtall-librarian-49374
05/09/2020, 4:48 PMmillions-journalist-34868
05/09/2020, 5:03 PMtall-librarian-49374
05/09/2020, 7:08 PMtall-librarian-49374
05/09/2020, 7:08 PMcolossal-room-15708
05/10/2020, 8:06 AMstrong-helmet-91917
05/11/2020, 9:18 AMcold-caravan-83486
05/11/2020, 11:01 AMThe language expression property 'eventgrid_extension' doesn't exist
when trying to generate the function key needed (via a .net TemplateDeployment with`[listKeys(resourceId('Microsoft.Web/sites/host/', parameters('functionAppName'), 'default'),'2016-08-01').systemkeys.eventgrid_extension]`)?
This seems to have just recently stopped working.millions-journalist-34868
05/12/2020, 11:12 PMmillions-journalist-34868
05/13/2020, 10:56 AMError while adding owners to Azure AD applications with ID "****-****-****-***-****": Error adding owner "****-****-****-****-****" to Azure AD applications with ID "****-****-****-***-****": graphrbac.ApplicationsClient#AddOwner: Failure responding to request: StatusCode=403 -- Original Error: autorest/azure: Service returned an error. Status=403 Code="Unknown" Message="Unknown service error" Details=[{"odata.error":{"code":"Authorization_RequestDenied","date":"2020-05-13T10:54:33","message":{"lang":"en","value":"Insufficient privileges to complete the operation."}}]
glamorous-intern-23812
05/13/2020, 11:41 AMsome-photographer-18225
05/13/2020, 1:12 PMaccountKind: "StorageV2"
, it's saying that is going to replace the storage and all the tables.
Is it possible to update the version without losing data?kind-mechanic-53546
05/14/2020, 4:50 AMTo sign in, use a web browser to open the page <https://microsoft.com/devicelogin> and enter the code HUUTYL7CP to authenticate.
I've deployed the crosswalk stacks to AKS but when I go to deploy resources to the cluster, I get 3 prompts per deployment
The only way to successfully deploy resources is to do an unattended deploy and output the logs to a file and watch the file for the devicelogin prompts
pulumi up --yes > debug.log
Frustrating 🙂famous-postman-81672
05/14/2020, 3:49 PMstale-insurance-9177
05/15/2020, 3:49 PMlet keyVault = vznaz.azure.keyvault.getKeyVault({ name: "kv-dp-test",
resourceGroupName: resourcegroupName
})
let storage = vznaz.azure.storage.getAccount({ name: "storagedptest",
resourceGroupName: resourcegroupName
})
let dataFactory = vznaz.azure.datafactory.getFactory({name: "adf-dp-test",
resourceGroupName: resourcegroupName
})
export const test = "key vault name is:" + keyVault.vaultUri;
export const test2 = "factory name is:" + dataFactory.id ;
export const test3 = "storage host endpoint is" + storage.primaryBlobHost;
Outputs:
test : "key vault name is:<https://kv-dp-test.vault.azure.net/>"
test2: "factory name is:undefined"
test3: "storage host endpoint <http://isstoragedptest.blob.core.windows.net|isstoragedptest.blob.core.windows.net>"
There is no output for the Data Factory id! I have triple checked the name of the resource, resource group and that it exists. Any ideas what is happening?millions-journalist-34868
05/16/2020, 9:00 PMfamous-jelly-72366
05/18/2020, 10:33 AMTo sign in, use a web browser to open the page <https://microsoft.com/devicelogin> and enter the code XXYYZZ
mysterious-australia-14256
05/19/2020, 9:40 AM