i tried out your code locally. you have an error in deployment_name variable, rest works.
rather than:
deployment_name="https://.openai.azure.com"
it should be something like below, it is the deployment name of your model in azure:
deployment_name=gpt-4o