Hi @Prudhvi Tavva ,
Thanks for posting this question in Microsoft Q&A forum.
As I understand, you are getting error in Azure CLI as below:
WARNING: The command requires the extension rdbms-connect. It will be installed first.
ERROR: An error occurred. Pip failed with status code 1. Use --debug for more information.
Please make sure in the extensions list "rdbms-connect" is present.
If present, try updating it using az extension add --name <extension-name>
Let us know if the above steps helps and the results you obtained.
Also, try to upgrade Azure CLI version as it older version might also cause error az upgrade
Please reply with your inputs if not solved so that we can further assist you.
Thank you.