From bb856b3b781650fb0772a912ce28bf6db1c19035 Mon Sep 17 00:00:00 2001 From: lbadenhop Date: Tue, 28 Nov 2023 14:23:12 -0700 Subject: [PATCH] Update tips-and-troubleshooting.md review - case --- .../connect_azure_gateway/tips-and-troubleshooting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/connect_manage_environ/connect_azure_gateway/tips-and-troubleshooting.md b/content/en/docs/connect_manage_environ/connect_azure_gateway/tips-and-troubleshooting.md index 4ccf7a9f7..ad95761f9 100644 --- a/content/en/docs/connect_manage_environ/connect_azure_gateway/tips-and-troubleshooting.md +++ b/content/en/docs/connect_manage_environ/connect_azure_gateway/tips-and-troubleshooting.md @@ -17,8 +17,8 @@ This section describe the common error cases you can encounter when using agents | Why can't my agents connect to Amplify? | Go to Amplify > Organization > Service Accounts and make sure that the Service Account is correctly named and valid (`CENTRAL_AUTH_CLIENTID`). Make sure that the organizationID (`CENTRAL_ORGANIZATIONID`) is correct. Verify the key's file name and path (`CENTRAL_AUTH_PUBLICKEY` and `CENTRAL_AUTH_PRIVATEKEY`). | | I have the following error: `Amplify Central - FAIL (error creating request header. bad response from AxwayId: 400 Bad Request)` | Make sure that the Service Account set up is properly spelled (refer to `CENTRAL_AUTH_CLIENTID` property). Verify that the public/private key pair is the one corresponding to the Service Account (`CENTRAL_AUTH_PUBLICKEY` and `CENTRAL_AUTH_PRIVATEKEY`). | | I have the following 403 error: `The client '11011f4a-67e9-4177-yyyy-xxxxx' with object id '11011f4a-67e9-4177-yyyy-xxxxx' does not have authorization to perform action 'Microsoft.ApiManagement/service/apis/read' over scope '/subscriptions//resourceGroups//providers/Microsoft.ApiManagement/service/' or the scope is invalid` | Make sure that the service principal the agent is using has the Contributor role available for the mentioned ``. | -| Why don't I see traffic in Amplify Business Insights? | Make sure that the `TRACEABILITY_HOST` and `TRACEABILITY_PORT` are accessible from the machine where Traceability Agent is installed. If you are using a proxy (`TRACEABILITY_PROXYURL`), make sure the connections are opened correctly. Refer to [Communication ports](/docs/connect_manage_environ/connected_agent_common_reference/network_traffic/#communication-ports). | -| Why don't I see my Traceability agent picking up any transactions? | It is possible that there's another application accessing the same streaming data. Make sure that the Traceability Agent is the only agent accesing the `$Default` consumer group in the event hub. You can also take adavantage of the `AZURE_EVENTHUBCONSUMERGROUP` variable to configure another consumer group. Refer to [Azure Agent Variables](/docs/connect_manage_environ/connect_azure_gateway/#agent-variables). | +| Why don't I see traffic in Amplify Business insights? | Make sure that the `TRACEABILITY_HOST` and `TRACEABILITY_PORT` are accessible from the machine where Traceability Agent is installed. If you are using a proxy (`TRACEABILITY_PROXYURL`), make sure the connections are opened correctly. Refer to [Communication ports](/docs/connect_manage_environ/connected_agent_common_reference/network_traffic/#communication-ports). | +| Why don't I see my Traceability Agent picking up any transactions? | It is possible that there's another application accessing the same streaming data. Make sure that the Traceability Agent is the only agent accesing the `$Default` consumer group in the event hub. You can also take adavantage of the `AZURE_EVENTHUBCONSUMERGROUP` variable to configure another consumer group. Refer to [Azure Agent Variables](/docs/connect_manage_environ/connect_azure_gateway/#agent-variables). | | Why isn't my agent status displayed in the environment details page? | It is possible that your agents and their corresponding resources are not linked together. Follow [this procedure](/docs/connect_manage_environ/environment_agent_resources) to ensure the correct usage of agent resources. | | Why is my Traceability Agent receiving EOF errors while sending transaction events? | It is possible that the number of `TRACEABILITY_WORKER` is set too high. lower the number of configured workers. |