Azure AI – Speech To Text (STT) , Summary – Sample Solution
Repository: https://github.com/MariuszFerdyn/hands-on-lab-azure-functions-flex-openai Step by step: # Clone the repository git clone https://github.com/MariuszFerdyn/hands-on-lab-azure-functions-flex-openai # Login to Azure : az login # Display your account details az account show # Select your Azure subscription az account set –subscription <subscription-id> # Go to the project directory cd <cloned-project-path> # Authenticate using azd azd auth login # Create resources […]