From 0aa7581fa3667df0cbb6e786a20269101a30b323 Mon Sep 17 00:00:00 2001 From: Prashant-Microsoft Date: Wed, 16 Oct 2024 16:13:01 +0530 Subject: [PATCH] testing automation flow --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b82c456af..a0d280fb3 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ azd-login: ## 🔑 Login to Azure with azd and a SPN az-login: ## 🔑 Login to Azure with azd and a SPN @echo -e "\e[34m$@\e[0m" || true - @azd auth login --client-id ${AZURE_CLIENT_ID} --client-secret ${AZURE_CLIENT_SECRET} --tenant-id ${AZURE_TENANT_ID} + az login --service-principal -u ${AZURE_CLIENT_ID} -p ${AZURE_CLIENT_SECRET} --tenant ${AZURE_TENANT_ID} deploy: az-login azd-login ## 🚀 Deploy everything to Azure @echo -e "\e[34m$@\e[0m" || true