Forum

PureSourceCode.com Forum
Share:
Notifications
Clear all

AzureCosts

1 Posts
2 Users
1 Likes
1,170 Views
(@vreljanski)
New Member
Joined: 2 years ago
Posts: 1
Topic starter  

I recently Implemented AdminLTE

http://s981402199.websitehome.co.uk/dotnet/net-core/integrating-adminlte-with-asp-net-core/

Following this series of articles and a git repository, with some work I was able to have a beautifull testing bed and future seed for projects.

I noticed that 2 dbContexts make Identity tables, also AzureCosts layer and Audit layer marked over AzureCosts layer.

There is excel import that seems to be impoprting AzureCosts files. Now I havent been using Azure Cloud. I red there is some AzureLogic by Microsoft.

I presume xml files being imported are costs exported from cloud usage? Or they are not.

Could someone explain me the AzureCosts data layer, no matter how dumb the question may be.

Also would it be possible to provide some example loading files.


   
Quote
(@enrico)
Member Admin
Joined: 4 years ago
Posts: 151
 

In the attachment you have an example of the Excel file to import. The file is not an XML file but an Excel file.

You find 2 dbContexts: ApplicationDbContextConnection for user authentication if you use Microsoft Identity and PSCContextConnection is for the project. For each table in the project there is an Audit table that collects all the changes (insert, update, delete). The configuration for the Audit is in the file AuditConfiguration.cs

Tell me if you need more info.

Enrico


   
Enrico reacted
ReplyQuote
Share: