An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
Hello Virtual Watt Admin,
Greetings! Thanks for raising this question in Q&A forum.
I understand this is blocking your deployment. Based on your description, the most likely cause is an OAuth callback or redirect URI mismatch between the Azure App Service deployment configuration and the Bitbucket/Atlassian authentication flow, which can result in a continuous sign-in loop.
- In your Azure Web App, remove the existing Bitbucket deployment connection if it was previously configured.
- Verify that the callback/redirect URL registered in Bitbucket (Atlassian) exactly matches the URL expected by Azure App Service deployment settings.
- Clear the browser cache or test the authorization flow in an InPrivate/Incognito session to eliminate any cached authentication tokens.
- Review the Deployment Center logs and App Service Activity Log for any callback, authorization, or token exchange errors.
- If the callback continues to fail after validating the redirect URL, open an Azure support request. This typically requires backend log review to determine whether the failure is occurring within the deployment integration workflow.
The next action is with you to validate the redirect URI and collect the deployment logs. If the issue persists, the Azure support team will need to review the authentication and deployment backend logs to identify the exact failure point.
If this answer helps you kindly accept the answer which will help others who have similar questions
Best Regards,
Jerald Felix.