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:
- on a windows machine
- have AZD installed
Deploy infra using the following commands:
azd auth login
azd upCopy 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
