Florian Wagner
Florian Wagner
Hello @mokarian , thanks for your great work here! I am working on a fork of MLOpsPython for industry specific scenarios and we also want to integrate some observability features....
Hey @jeffaudio , had a same issue today and stumbled on your post here. I could resolve my problem with installing the logging extension package, it is only referenced by...
## Glossary | Term | Remark | | --------------- | --------------- | | compute environment | the cloud infrastructure used for computation (e.g. AML pipeline run trigger) or targeted for...
Not yet in documents nor in a sample would like to keep this open.
Going one step back, I tried to make the current way of env variable usage clearer [with this documentation](https://github.com/liupeirong/MLOpsManufacturing/blob/h2floh/variables_documentation/docs/understanding-variables.md)
It is possible to retrieve environment (dev,stage,prod) specific and unspecific key-values out of App Configuration Service via [label filters](https://docs.microsoft.com/en-us/azure/azure-app-configuration/rest-api-key-value#supported-filters). I verified that this is working via the API. Same for...
Sample yaml for AppConfiguration Pipeline task ```yaml steps: - task: AzureAppConfiguration.azure-app-configuration-task.custom-build-release-task.AzureAppConfiguration@3 displayName: 'Azure App Configuration: xyz' inputs: azureSubscription: 'subscription' ConfigstoreName: xyz KeyFilter: key Label: A TrimKeyPrefix: BB ```
## Glossary | Term | Remark | | --------------- | --------------- | | | | ## Scenario or use case By regulatorily requirements or internal processes in enterprises a human...
👋 @erandermsft can you please rebase and/or resubmit the PR? We had to do some changes to be able to continue using Bing Search. Thank you!