Skip to content

Commit aa6072b

Browse files
committed
Edits
1 parent 16384bb commit aa6072b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

articles/migrate/troubleshoot-changed-block-tracking-replication.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@ The component trying to replicate data to Azure is either down or not responding
9999
100100
3. Search for your storage account in the Azure portal. Ensure that the subscription you use to search is the same subscription (target subscription) in which the storage account is created. Go to Containers in the Blob Service section. Select **+Container** and create a Container. Leave Public Access Level to the default selected value.
101101
102-
4. Go to **Settings** > **Shared Access Signature**. Select Container in **Allowed Resource Type**.Select Generate SAS and connection string. Copy the SAS token. Enclose the URL with single quotation marks (' ') if you are using PowerShell.
102+
4. Go to **Settings** > **Shared Access Signature** and select **Container** in **Allowed Resource Type**.
103+
104+
5. Select Generate SAS and connection string and copy the SAS token. If you're using PowerShell, ensure you enclose the URL with single quotation marks (**' '**).
103105
104106
5. Execute the above command in Command Prompt by replacing account, container, SAS with the values obtained in steps b, c, and d respectively.
105107
@@ -112,10 +114,9 @@ The component trying to replicate data to Azure is either down or not responding
112114
> [!Note]
113115
> This is applicable only for the projects that are set up with public endpoint. A Service bus refers to the ServiceBusNamespace type resource in the resource group for a Migrate project. The name of the Service Bus is of the format *migratelsa(keyvaultsuffix)*. The Migrate key vault suffix is available in the gateway.json file on the appliance.
114116
> For example, if the gateway json contains:
115-
> "AzureKeyVaultArmId": "/subscriptions/ccd78886-4365-42e0-947d-8a976413ab5c/resourceGroups/pkataria-rg-ccy/providers/Microsoft.KeyVault/vaults/migratekv1329610309"
116-
> The service bus namespace resource would be named migratelsa1329610309.
117+
> "AzureKeyVaultArmId": "*/subscriptions/ccd78886-4365-42e0-947d-8a976413ab5c/resourceGroups/pkataria-rg-ccy/providers/Microsoft.KeyVault/vaults/migratekv1329610309*", the service bus namespace resource would be named migratelsa1329610309.
117118
118-
This test checks if the Azure Migrate appliance can communicate to the Azure Migrate Cloud Service backend. The appliance communicates to the service backend through Service Bus and Event Hubs message queues. To validate connectivity from the appliance to the Service Bus, [download](https://go.microsoft.com/fwlink/?linkid=2139104) the Service Bus Explorer, try to connect to the appliance Service Bus and perform send message/receive message. If there's no issue, this should be successful.
119+
This test checks if the Azure Migrate appliance can communicate to the Azure Migrate Cloud Service backend. The appliance communicates to the service backend through Service Bus and Event Hubs message queues. To validate connectivity from the appliance to the Service Bus, [download](https://go.microsoft.com/fwlink/?linkid=2139104) the Service Bus Explorer, try to connect to the appliance Service Bus and perform the send message/receive message operations. If there's no issue, this should be successful.
119120
120121
**Steps to run the test:**
121122
@@ -196,7 +197,7 @@ The possible causes include:
196197
197198
4. **Connectivity issues between Azure Migrate appliance and Azure Service Bus:**
198199
199-
This test will check whether the Azure Migrate appliance can communicate to the Azure Migrate Cloud Service backend. The appliance communicates to the service backend through Service Bus and Event Hubs message queues. To validate connectivity from the appliance to the Service Bus, [download](https://go.microsoft.com/fwlink/?linkid=2139104) the Service Bus Explorer, try to connect to the appliance Service Bus and perform send message/receive message. If there's no issue, this should be successful.
200+
This test will check whether the Azure Migrate appliance can communicate to the Azure Migrate Cloud Service backend. The appliance communicates to the service backend through Service Bus and Event Hubs message queues. To validate connectivity from the appliance to the Service Bus, [download](https://go.microsoft.com/fwlink/?linkid=2139104) the Service Bus Explorer, try to connect to the appliance Service Bus and perform the send message/receive message operations. If there's no issue, this should be successful.
200201
201202
**Steps to run the test:**
202203

0 commit comments

Comments
 (0)