Skip to content

Repository files navigation

Overview

This solution uses Cognitive services to detect PHI in blob storage files and saves records of that "scan" in a CosmosDB table. Refer to the following diagram to visualize the setup:

Project Diagram

Infra Pre-requisites

  • on a windows machine
  • have AZD installed

Infra Setup

Deploy infra using the following commands:

azd auth login
azd up

Function App Development

Local Development

Copy sample.env to .env. Fill in the following:

  • COSMOSDB_ENDPOINT=
  • COSMOSDB_DBNAME=
  • LANGUAGE_ENDPOINT=

To build the project run the following command(s):

dotnet build ./Project.csproj --configuration Release

Run the project using the following command(s):

dotnet run --project ./Project.csproj

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages