Jon Malsan
Jon Malsan
Getting Secrets section, step 2 there is a typo in the code fragment. The keyvault import statement should pluralize "secrets": `from azure.keyvault.secrets import SecretClient`, as seen on the packages pypi...
**As a:** Developer **I want:** A command to remove a subcomponent from `config/common.yaml` **So that:** I can fully remove a subcomponent from my HLD by running Fabrikate commands. **Describe the...
**Describe the bug** Let us have two datasets D1 and D2 that are different. Then, I will have two flows: Ex, experiment which takes a dataset as input Ex(D) and...
**Is your feature request related to a problem? Please describe.** I am currently running experiments (flex flows) with Phi-3 mini and want to track the number of prompt and completion...
**Describe the bug** When passing a complex object in the init parameters of a flex flow, the type passed to the class is different on local machine (pf run create)...
**Describe the bug** Unable to download run results from a prompt flow run in Azure. There is partial success, but the output jsonl file is not downloaded. **How To Reproduce...
### Expected Behavior When creating a python azure function with a timer trigger, I suspect that it will run on schedule. VS Code extension version: 1.15.4 Local azure-functions version: 1.21.3...