<@U06RKAMK0UC> are there any best practices to run...
# ask-ai
b
@ancient-wolf-19325 are there any best practices to run a flyte job on Azure pipeline
j
To run a Flyte job on an Azure pipeline, consider the following best practices: 1. Authentication: Use Azure Workload Identities instead of storage account keys for authentication to avoid disruptions with other libraries (source). 2. Storage Configuration: Configure Azure Blob Storage properly by setting environment variables like
AZURE_STORAGE_ACCOUNT_NAME
and
AZURE_STORAGE_ACCOUNT_KEY
in the pods running Flyte tasks (source). Would you like more detail on any specific aspect? Sources: - Flyte on Azure Warriors 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.
a
@brief-family-9488 I'm curious, how are you using Flyte with Azure Pipelines?
b
@average-finland-92144 We are not using it at the moment, however the plan is to run some sort of Flyte smoketest as part of Azure pipeline and then promote the pipelines in development domain to staging/production domain based on the response of the test suite.