Hi @Sujeet Kulkarni ,
The way to create a basic logic app with Az cli:
az logicapp create -g myRG --subscription mySubscription -p MyPlan -n myLogicApp -s myStorageAccount
If you want to know more, please check this article on MS Learn:
https://learn.microsoft.com/en-us/cli/azure/logicapp?view=azure-cli-latest#az-logicapp-create
Kind Regards,
Wilko
Please do not forget to "Accept the answer” wherever the information provided helps you, this can be beneficial to other community members. If you have extra questions about this answer, please click "Comment".