Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/firetail-io/azure-apim-logging-function-app
https://github.com/firetail-io/azure-apim-logging-function-app
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/firetail-io/azure-apim-logging-function-app
- Owner: FireTail-io
- Created: 2023-10-23T16:27:33.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-10-25T10:19:22.000Z (about 1 year ago)
- Last Synced: 2023-10-25T18:53:21.701Z (about 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.MD
Awesome Lists containing this project
README
create local.settings.json
```json
{
"IsEncrypted": false,
"Values": {
"FUNCTIONS_WORKER_RUNTIME": "python",
"AzureWebJobsFeatureFlags": "EnableWorkerIndexing",
"AzureWebJobsStorage": "DefaultEndpointsProtocol=https;AccountName=example;AccountKey=example;EndpointSuffix=core.windows.net",
"eventhub_connection_str": "Endpoint=sb://example.servicebus.windows.net/;SharedAccessKeyName=example;SharedAccessKey=example"
}
}
```