-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test V2 "Azure" destination with SpaceX "Capsules" and with Hubspot with "demo" api key #242
Comments
<2> |
<1> |
Steps to re-create:
this command will some json similar to this: {
"id": "/subscriptions/8ea74114-ffb2-42f9-b84d-85af2a674855/resourceGroups/<resoure-group-name>",
"location": "eastus",
"managedBy": null,
"name": "<resoure-group-name>",
"properties": {
"provisioningState": "Succeeded"
},
"tags": null,
"type": "Microsoft.Resources/resourceGroups"
}
note you'll need to grab the This command will return some json similar to this: {
"appId": "067acde4-4b7c-4104-a0e4-f28900db2292",
"displayName": "<service-principal-name>",
"password": "ZV.VLecDwGBl~4wnIs6RHoG0HLowGbse5a",
"tenant": "b7dfc748-d61e-435f-8dbe-c550d2e8c134"
} these values will be the values that you will need to give Precog V2.
Select the subscription containing the resource group you created above: Go through the creation of the Storage account, leaving the default settings should work. Then click on Then click
{
"container": "<container-name>",
"storageUrl": "https://<storage-account-name>.blob.core.windows.net/",
"credentials": {
"auth":"activeDirectory",
"clientId":"<appId-from-step-2> ",
"tenantId":"<tenant-from-step-2>",
"clientSecret":"<password-from-step-2>"
}
} |
<0> |
Its gonna be something like this
Use demo3.
The text was updated successfully, but these errors were encountered: