You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/firmware-analysis/firmware-analysis-integration-with-azure-device-registry.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,13 +108,13 @@ From Firmware analysis, you can select an Azure Device Registry resource to be t
108
108
109
109
Access to Azure Device Registry associated device and asset information is governed by Azure role based access control (RBAC).
110
110
111
-
Firmware analysis roles do not automatically grant access to Azure Device Registry resources. Users of Firmware analysis with the Firmware Analysis Admin role do not have proper permissions to view the list of Azure Device Registry devices. Users must also have appropriate Azure Device Registry permissions to view:
111
+
Firmware analysis roles don't automatically grant access to Azure Device Registry resources. Users of Firmware analysis with the Firmware Analysis Admin role don't have proper permissions to view the list of Azure Device Registry devices. Users must also have appropriate Azure Device Registry permissions to view:
112
112
113
113
- Azure Device Registry device lists
114
114
- Azure Device Registry asset metadata
115
115
- Azure Device Registry resource details in the Azure Device Registry portal
116
116
117
-
Azure Device Registry-associated information might not be visible if the user does not have the required Azure Device Registry permissions, even when metadata values match. Ensure you have both of the following roles:
117
+
Azure Device Registry-associated information might not be visible if the user doesn't have the required Azure Device Registry permissions, even when metadata values match. Ensure you have both of the following roles:
118
118
119
119
- Azure Device Registry Contributor, which allows you to read Azure Device Registry namespaces
120
120
- Azure IoT Operations Administrator, which allows you to read Azure Device Registry Assets and Devices in the Azure Device Registry namespaces
@@ -131,11 +131,11 @@ Ensure you have the Firmware Analysis Admin role in addition to the appropriate
131
131
132
132
## Why am I not seeing any Azure Device Registry Devices or Assets?
133
133
134
-
If Azure Device Registry device or asset counts are not visible for a firmware image, it may be due to one of the following:
134
+
If Azure Device Registry device or asset counts aren't visible for a firmware image, it may be due to one of the following:
135
135
136
-
- Insufficient permissions – Your Azure role may not have permission to read Azure Device Registry devices and/or assets. In this case, counts may appear blank (–) or partially populated.
136
+
- Insufficient permissions – Azure Device Registry correlation requires read access to devices and assets. If the assigned Azure role doesn't include the required permissions, or if the Azure Device Registry resource provider isn't registered, device and asset usage can't be determined. When the resource provider is unregistered, Firmware analysis assumes that no devices or assets are present. Counts may appear blank (–) or partially populated.
137
137
138
-
- Missing firmware metadata – Azure Device Registry correlation requires Vendor, Model, and Version fields. If these are not populated accurately in both Firmware analysis and Azure Device Registry, device and asset usage cannot be determined.
138
+
- Missing firmware metadata – Azure Device Registry correlation requires Vendor, Model, and Version fields. If these aren't populated accurately in both Firmware analysis and Azure Device Registry, device and asset usage can't be determined.
139
139
140
140
- Temporary query failure – Azure Device Registry results are retrieved using Azure Resource Graph (ARG). Counts may appear empty if a query error occurs. Refreshing the page might resolve this.
141
141
@@ -146,4 +146,4 @@ The initial preview version of this integration:
146
146
147
147
- Displays Azure Device Registry device and asset count
148
148
- Displays results by using Azure Resource Graph. Changes to metadata for Azure Device Registry Devices and Assets might take a few minutes to appear in Firmware analysis
149
-
- Provides navigation to individual Azure Device Registry resources instead of a pre-filtered Azure Device Registry device list view
149
+
- Provides navigation to individual Azure Device Registry resources instead of a prefiltered Azure Device Registry device list view
0 commit comments