Skip to content

A list of samples for integration of a .NET application with various Azure cloud services.

License

Notifications You must be signed in to change notification settings

eminencegrs/azure-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Integration

Statuses

.NET codecov

Overview

This solution provides an API using ASP.NET. It integrates with Azure Data Lake and Azure Key Vault to ensure secure and scalable data storage and management.

Getting Started

Prerequisites

  • .NET 8 SDK installed
  • Azure CLI installed
  • Azure subscription with Data Lake and Key Vault services set up

Installation

  1. Clone the repository: git clone https://github.com/eminencegrs/azure-integration.git
  2. Navigate to the project directory: cd azure-integration
  3. Restore dependencies: dotnet restore

Configuration

  1. Update the appsettings.json file with Azure Data Lake and Key Vault configurations.
  2. Ensure the necessary environment variables are set for authentication and authorization.
  3. Ensure Managed Identity is enabled on both Data Lake and Key Vault.

Running the Application

Use the following command to run the application:

dotnet run

About

A list of samples for integration of a .NET application with various Azure cloud services.

Topics

Resources

License

Stars

Watchers

Forks