Skip to content

Commit c441677

Browse files
committed
acrolinx
Signed-off-by: Hannah Hunter <[email protected]>
1 parent f6c740e commit c441677

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/azure-monitor/profiler/profiler-bring-your-own-storage.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ When you use [Application Insights Profiler](./profiler-overview.md) or [Snapsho
1717
- Processing and analysis.
1818
- Encryption-at-rest and lifetime management policies.
1919

20-
Meanwhile, when you configure your own storage account (Bring Your Own Storage, or BYOS), artifacts are uploaded into a storage account that only you control and cover the cost for:
20+
Meanwhile, when you "bring your own storage" (BYOS), artifacts are uploaded into a storage account that only you control and cover the cost for:
2121

2222
- The encryption-at-rest policy and the Lifetime management policy.
2323
- Network access.
@@ -36,8 +36,8 @@ In this guide, you learn how to:
3636
3737
## Prerequisites
3838

39-
- Verify you've created your storage account in the same location as your Application Insights resource.
40-
- If you've enabled [Private Link](../logs/private-link-security.md), allow connection to our Trusted Microsoft Service from your virtual network.
39+
- Verify you created your storage account in the same location as your Application Insights resource.
40+
- If you enabled [Private Link](../logs/private-link-security.md), allow connection to our Trusted Microsoft Service from your virtual network.
4141

4242
## Grant Diagnostic Services access to your storage account
4343

@@ -55,7 +55,7 @@ A BYOS storage account is linked to an Application Insights resource. Start by g
5555
| Assign access to | User, group, or service principal |
5656
| Members | Diagnostic Services Trusted Storage Access |
5757

58-
:::image type="content" source="media/profiler-bring-your-own-storage/add-role-assignment-page.png" alt-text="Screenshot that shows the Add role assignment page in the Azure portal.":::
58+
:::image type="content" source="media/profiler-bring-your-own-storage/add-role-assignment-page.png" alt-text="Screenshot that shows the role assignment page in the Azure portal.":::
5959

6060
Once assigned, you can see the role under the **Role assignments** section.
6161
:::image type="content" source="media/profiler-bring-your-own-storage/figure-11.png" alt-text="Screenshot that shows the IAM screen after Role assignments.":::
@@ -242,14 +242,14 @@ Before you begin, [install the Azure CLI](/cli/azure/install-azure-cli).
242242
243243
## Troubleshooting
244244
245-
This section offers troubleshooting tips for common issues in configuring BYOS.
245+
Troubleshoot common issues in configuring BYOS.
246246
247247
- For general Profiler troubleshooting, see the [Profiler troubleshooting documentation](profiler-troubleshooting.md).
248248
- For general Snapshot Debugger troubleshooting, see the [Snapshot Debugger troubleshooting documentation](/troubleshoot/azure/azure-monitor/app-insights/snapshot-debugger-troubleshoot).
249249
250250
### Scenario: Template schema '{schema_uri}' isn't supported
251251
252-
You've received an error similar to the following example:
252+
You received an error similar to the following example:
253253
254254
```powershell
255255
New-AzResourceGroupDeployment : 11:53:49 AM - Error: Code=InvalidTemplate; Message=Deployment template validation failed: 'Template schema
@@ -268,7 +268,7 @@ New-AzResourceGroupDeployment : 11:53:49 AM - Error: Code=InvalidTemplate; Messa
268268

269269
### Scenario: No registered resource provider found for location '{location}'
270270

271-
You've received an error similar to the following example:
271+
You received an error similar to the following example:
272272

273273
```powershell
274274
New-AzResourceGroupDeployment : 6:18:03 PM - Resource microsoft.insights/components 'byos-test-westus2-ai' failed with message '{
@@ -289,7 +289,7 @@ australiasoutheast'."
289289

290290
### Scenario: Storage account location should match Application Insights component location
291291

292-
You've received an error similar to the following example:
292+
You received an error similar to the following example:
293293

294294
```powershell
295295
New-AzResourceGroupDeployment : 1:01:12 PM - Resource microsoft.insights/components/linkedStorageAccounts 'byos-test-centralus-ai/serviceprofiler' failed with message '{
@@ -313,7 +313,7 @@ Make sure that the location of the Application Insights resource is the same as
313313

314314
This section provides answers to common questions about configuring BYOS for Profiler and Snapshot Debugger.
315315

316-
### If I've enabled Profiler/Snapshot Debugger and BYOS, is my data migrated into my storage account?
316+
### If I enabled Profiler/Snapshot Debugger and BYOS, is my data migrated into my storage account?
317317

318318
No, it won't.
319319

@@ -329,7 +329,7 @@ This section provides answers to common questions about configuring BYOS for Pro
329329

330330
Yes, it's possible.
331331

332-
### If I've enabled BYOS, can I go back to using Diagnostic Services storage accounts to store my collected data?
332+
### If I enabled BYOS, can I go back to using Diagnostic Services storage accounts to store my collected data?
333333

334334
Yes, you can, but we don't currently support data migration from your BYOS.
335335

0 commit comments

Comments
 (0)