Thanks to visit codestin.com
Credit goes to github.com

Skip to content

wsilveiranz/integrate2019demo

Repository files navigation

integrate2019demo

Claim Check Pattern and Application Insight utility code used during Integrate 2019 demo

you will need the following details in you local.setting.json

{
  "IsEncrypted": false,
  "Values": {
    "FUNCTIONS_WORKER_RUNTIME": "dotnet",
    "APPINSIGHTS_INSTRUMENTATIONKEY": "<app insights instrumentation key",
    "AzureWebJobsStorage": "<storage account connection string>",
    "servicebusconn": "<service bus connection string>",
    "storageAccountName": "<name of the storage account for claim check pattern>",
    "storageAccountKey": "<storage account key for the claim check pattern>",
    "blobContainerName": "<blob container name for the claim check patterns>",
    "serviceBusEndPoint": "sb://<yournamespace>.servicebus.windows.net/",
    "serviceBusEntityPath": "<the queue used for claim check patterns>",
    "serviceBusKeyName": "<service bus Access Key Name>",
    "serviceBusSASKey": "<service bus Access Key Value>"
  }
}

About

Claim Check Pattern and Application Insight utility code used during Integrate 2019 demo

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages