Hey Hemant,
CORS can be a pain, but let’s keep it simple. If your app is server-side (using tokens), CORS doesn’t apply it’s only for browser requests. If it’s frontend, check your CORS rules in Azure step by step
first is set allowed origins (your app’s domain)? next allow methods (GET, POST, etc.). and wait a few mins Azure caches CORS settings.
If it’s still not working, check the browser console for errors.
You’ve got this! Let me know if you need more help.
rgds,
Alex,