OfficeDev / MS-Graph-Data-Connect

One stop shop for developers using Microsoft Graph data connect
MIT License
46 stars 19 forks source link

I have a problem with Microsoft.DataExchange/plans source #31

Closed AlexandrSimonov closed 6 years ago

AlexandrSimonov commented 6 years ago

Hello, all!

After create service catalog managed application I have a error "The source Office365EnterpriseDataSecurityPackageV1 does not exist or is not accessible."

This is part of mainTemplate.json

"o365dataPlanSourceName": "Office365EnterpriseDataSecurityPackageV1"

{ "type": "Microsoft.DataExchange/plans", "name": "[variables('o365dataPlanName')]", "apiVersion": "2018-03-01-preview", "location": "[resourceGroup().location]", "properties": { "source": "[variables('o365dataPlanSourceName')]", "managedApplicationEnrollment": { "complianceMonitoring": "Enabled" } } }

Maybe do I need change source, but I don't know what to replace...

Can you help me?

ajasawa commented 6 years ago

Sorry for delayed reply. Please use O365Analytics@microsoft.com for raising any issues and faster response. When you send this info can you let me know the the azure subscription id where you installed the service catalog app?

AlexandrSimonov commented 6 years ago

Thanks for help I don't understand Why do you wanna know subscriber id?

AlexandrSimonov commented 6 years ago

This problem related to location. I tried to deployed in West Europe and got error. After I change location on EastUS2 and this helped me.