Forum Discussion
mwhitener
Apr 12, 2022Copper Contributor
Is anyone currently using the Cloudflare Data Connector?
I am trying to connect the Cloudflare data connector to my sentinel instance and am not having any luck at all. I pulled it in to our test environment from the Hub, and I am able to get the Clou...
bajcsi
Aug 11, 2022Copper Contributor
- bajcsiAug 11, 2022Copper ContributorFor what it is worth, I think just taking the SAS url is not the correct way. I found this site:
https://docs.microsoft.com/en-gb/azure/storage/common/storage-configure-connection-string. There is a section on using SAS for Blob storage access, and the connection string looks more like (their example):
BlobEndpoint=https://storagesample.blob.core.windows.net;
SharedAccessSignature=sv=2015-04-05&sr=b&si=tutorial-policy-635959936145100803&sig=9aCzs76n0E7y5BpEi2GvsSv433BZa22leDOZXX%2BXXIU%3D- mwhitenerAug 11, 2022Copper Contributor
I ended up figuring it out. I will say that I had to do the manual implementation through VSCode as we had many different accounts that we had to monitor. It does create a resource group for each one when I did that way. If you want more details you can reach out to me in a PM if that is possible on here.