microsoft / AzureUsageAndBillingPortal

This web application solution enables you to monitor the usage and billing for any Azure subscriptions you have access to.
Other
199 stars 88 forks source link

Database is empty #74

Open jobalbz opened 7 years ago

jobalbz commented 7 years ago

Hi, My database is showing empty. The dashboard shows (attached screenshot) that the subscriptions are being monitored but it's not pulling any data. As seen in the second screenshot, the table shows empty in PowerBi. Could this be a permission issue?

aubi2 aubi1

tdjastrzebski commented 7 years ago

Check WebJobs logs for errors.

backxb commented 7 years ago

Hello, I'm having the exact same issue and I'm new to Azure Apps/Logs. How can I check the WebJobs logs?

Cheers, Ben

tdjastrzebski commented 7 years ago

28539115-e2a98796-70b0-11e7-85c8-3b2139be6290

tdjastrzebski commented 7 years ago

image

backxb commented 7 years ago

Thanks, I'm seeing some issues here, but don't know immediately how to solve them... 1 warning: "Make sure that you are setting a connection string named AzureWebJobsDashboard in your Microsoft Azure Website configuration by using the following format DefaultEndpointsProtocol=https;AccountName=NAME;AccountKey=KEY pointing to the Microsoft Azure Storage account where the Microsoft Azure WebJobs Runtime logs are stored."

1 error: "The configuration is not properly set for the Microsoft Azure WebJobs Dashboard. In your Microsoft Azure Website configuration you must set a connection string named AzureWebJobsDashboard by using the following format DefaultEndpointsProtocol=https;AccountName=NAME;AccountKey=KEY pointing to the Microsoft Azure Storage account where the Microsoft Azure WebJobs Runtime logs are stored. "

And when I dig into the output, I'm seeing the error depicted in issue #51

I went over the app.config files again, but the connectionStrings are exactly what was returned by the powershell script that ran in one of the first steps.

backxb commented 7 years ago

Never mind, I just stumbled upon issue #36 There it is mentioned that subscriptions coming from a partner/CSP are not supported. Quite frustrating since my CSP was the one recommending me to use aubi :(

FBoucher commented 7 years ago

For CSP subscription check the project Peek