- Introdução
- Segurança de dados e conformidade
- Organizações
- Autenticação e segurança
- Licenciamento
- Sobre as licenças
- Preço unificado: estrutura do plano de licenciamento
- Ativar sua licença Enterprise
- Migre do Test Suite para o Test Cloud
- Migração de licença
- Atribuição de Licenças a Tenants
- Atribuição de licenças aos usuários
- Desalocando licenças de usuário
- Monitoring license allocation
- Atribuição excessiva de licenças
- Notificações de licenciamento
- Gerenciamento de Licenças de Usuário
- Tenants e serviços
- Contas e funções
- AI Trust Layer
- Aplicativos Externos
- Notificações
- Geração de logs
- Data Export
- Testes em sua organização
- Solução de problemas
- Migração para o Test Cloud
Guia do administrador do Test Cloud
Use this guide to configure Azure Event Hub as a destination for UiPath Data Export. Azure Event Hub supports event-based (JSON) exports for Orchestrator Events and Audit Logs.
Pré-requisitos
- An active Azure Event Hub account.
- A connection string scoped to a specific Event Hub instance (not a namespace-level connection string).
- The Azure Shared Access Signature (SAS) policy must include at minimum the Send and Listen permissions.
- Organization Administrator access in UiPath Test Cloud.
Security recommendation
To restrict access without exposing your network to all external traffic, configure static IP allowlisting in your Azure Event Hub. Go to Settings > Networking > Public access > Firewall > Address range and add the UiPath static export IP address. Contact UiPath Support to obtain the current IP address.
Configuring Azure Event Hub
-
In UiPath Test Cloud, go to Admin and select Data Export.
-
Select + Add.
-
Choose the tenant for this export, then select Next.
-
Select the data sources to export (for example, Orchestrator Events or Audit Logs), then select Next.
-
Select Azure Event Hub as the destination and enter the connection string.
The connection string must target a specific Event Hub instance. The following is an example of a valid format:
Endpoint=sb://xxxx.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=xxxxxxxxxxxxx;EntityPath=xxEndpoint=sb://xxxx.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=xxxxxxxxxxxxx;EntityPath=xxTo verify connectivity before saving, select Test Connection. This sends a test event to the destination.
-
Review the configuration, then select Save.
Result: The new configuration appears in the Data Export table. The Status column reflects whether data is being delivered successfully.