Skip to content

JBeni/AzureBasicNet6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AzureBasicNet6

  • Azure Blob Service on Net 6

  • Features

    • View Razor used as client interface on Net6
    • Create, Update, Delete, View, List All - Product Entity
    • Product Entity Store in Azure Sql Database (SqlServer like)
    • Upload, List ALl, Download, Remove - File Entity
    • File Entities stored as Azure Blob Storage (using the old [Windows.Azure] and new [Azure.Storage.Blobs] NuGet packages)
    • Authentication using Azure Active Directory - single tenant with Open Id Token