Closed AlexandrSimonov closed 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?
Thanks for help I don't understand Why do you wanna know subscriber id?
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.
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?