An Azure service that provides an integrated environment for bot development.
Hello @Golekha Sahu ,
Welcome to Microsoft Q&A .Thank you for reaching out to us.
The behavior indicates that the Azure SRE Agent was unable to complete a chat request successfully. Since the chat workflow depends on multiple layers such as session state, permissions, resource access, network connectivity, telemetry availability, and backend processing ,the most effective approach is to begin with a few quick isolation checks before proceeding to deeper configuration and access reviews.
- Initial Isolation Checks To quickly determine whether the issue is related to the current session, browser, or environment, please perform the following:
- Create a new Azure SRE Agent chat thread and test with a simple prompt.
- Retry using:
- Microsoft Edge InPrivate mode
- Google Chrome Incognito mode
- Temporarily disable browser extensions and test again.
- If permitted, test from an alternative network connection.
- Whether the behavior affects all users or only specific users.
- Whether all prompts fail or only certain requests.
- Whether the functionality worked previously or if this is a first-time deployment scenario.
- Validating Access and Permission Configuration The next step is to confirm that both the user account and the SRE Agent have the necessary permissions to perform the requested operations. Please review:
- Azure role assignments at the:
- Subscription level
- Resource Group level
- Resource level
- Whether permissions are assigned directly or inherited through group membership.
- Effective access using Azure Portal > Access Control (IAM) > Check Access.
- Validating Managed Identity Configuration Azure SRE Agent uses a managed identity to authenticate and access Azure resources. If required permissions are missing, requests may fail during resource discovery, telemetry collection, or remediation workflows. Please verify:
- Managed Identity is enabled.
- Required RBAC assignments are present.
- Access exists to monitored resources and workspaces.
- No Azure Policy, Conditional Access policy, or security controls are blocking access.
- Reviewing Network and Connectivity Requirements If access validation is successful, the next area to review is network communication. Please validate:
- Proxy, firewall, VPN, and secure web gateway policies.
- Private Endpoint and Virtual Network integration settings.
- Private DNS configuration and name resolution.
- WebSocket and real-time communication traffic restrictions.
- Outbound connectivity to required Azure services and dependencies.
- Confirming Resource and Telemetry Availability Azure SRE Agent investigations rely on resource data and monitoring telemetry. Please review:
- Resource health and accessibility.
- Log Analytics workspace availability.
- Telemetry ingestion and query results.
- Monitoring permissions and data visibility.
The following references might be helpful , please check them out
- User Roles and Permissions in Azure SRE Agent | Microsoft Learn
- Agent Permissions in Azure SRE Agent | Microsoft Learn
- What is Azure role-based access control (Azure RBAC)? | Microsoft Learn
- Quickstart - Check access for a user to a single Azure resource - Azure RBAC | Microsoft Learn
- Managed identities for Azure resources - Managed identities for Azure resources | Microsoft Learn
- Azure SRE Agent Network Integration (Preview) | Microsoft Learn
- Configure Network Controls for Azure SRE Agent | Microsoft Learn
- Overview of Log Analytics in Azure Monitor - Azure Monitor | Microsoft Learn
- Activity Log in Azure Monitor - Azure Monitor | Microsoft Learn
Please let us know if the response was helpful
Thank you