Reputation: 1
I have an azure blob storage to migrate csv files to azure SQL Database. Data will updated to this Blob storage account every month.
The issue I'm facing is that I don't know the source for that blob storage. For last month the no data is uploaded, so I don't know where the issue occurred. Is there any possibility to find where is the source for that blob?
I couldn't try anything because I couldn't recognize the problem.
Upvotes: 0
Views: 175
Reputation: 1731
I agree with @Eric Qvarnstrom too much information is missing like SAS tokens and where is the data coming from.
Is there any possibility to find where is the source for that blob? and For last month the no data is uploaded,
As Shown in below images Under Monitoring blade select Alerts> Create> Alert Rule.
After selecting Create an alert rule under scope select your storage account and under condition select Create/Update Storage Account (Storage Accounts) as shown below.
Refer this MS document to create a new alert rule.
Upvotes: 0