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
| CurrencyCode | String | The currency code associated with the extracted amount ||
222
-
| KVKNumber(NL-only) | String | A unique identifier for businesses registered in the Netherlands|12345678|
223
-
| PaymentDetails | Array | An array that holds Payment Option details such as `IBAN`,`SWIFT`, `BPay(AU)`||
224
-
| TotalDiscount | Number | The total discount applied to an invoice | Integer |
225
-
| TaxItems | Array | AN array that holds added tax information such as `CGST`, `IGST`, and `SGST`. This line item is currently only available for the Germany (`de`), Spain (`es`), Portugal (`pt`), and English Canada (`en-CA`) locales||
| RemittanceAddress |address| Explicit remittance or payment address for the customer |123 Remit St New York, NY, 10001 |
214
+
| RemittanceAddressRecipient |string | Name associated with the RemittanceAddress |Contoso Billing |
215
+
| ServiceAddress |address | Explicit service address or property address for the customer |123 Service St, Redmond WA, 98052 |
216
+
| ServiceAddressRecipient |string | Name associated with the ServiceAddress |Microsoft Services |
217
+
| ServiceStartDate |date | First date for the service period (for example, a utility bill service period) | mm-dd-yyyy |
218
+
| ServiceEndDate |date | End date for the service period (for example, a utility bill service period) | mm-dd-yyyy|
219
+
| VendorTaxId |string | The taxpayer number associated with the vendor |123456-7 |
220
+
|CustomerTaxId|string|The taxpayer number associated with the customer|765432-1|
221
+
| PaymentTerm |string | The terms of payment for the invoice |Net90 |
222
+
| KVKNumber |string | A unique identifier for businesses registered in the Netherlands (NL-only)|12345678|
223
+
| CurrencyCode |string | The currency code associated with the extracted amount ||
224
+
| PaymentDetails | array | An array that holds Payment Option details such as `IBAN`,`SWIFT`, `BPayBillerCode(AU)`, `BPayReference(AU)`||
225
+
|TaxDetails|array|An array that holds tax details like amount and rate||
226
+
| TaxDetails | array | AN array that holds added tax information such as `CGST`, `IGST`, and `SGST`. This line item is currently only available for the Germany (`de`), Spain (`es`), Portugal (`pt`), and English Canada (`en-CA`) locales||
227
+
228
+
### Line items array
228
229
229
230
Following are the line items extracted from an invoice in the JSON output response (the following output uses this [sample invoice](media/sample-invoice.jpg):
230
231
231
-
|Name| Type | Description | Text (line item #1) | Value (standardized output) |
232
-
|:-----|:----|:----|:----| :----|
233
-
| Items | String | Full string text line of the line item | 3/4/2021 A123 Consulting Services 2 hours $30.00 10% $60.00 ||
234
-
| Amount | Number | The amount of the line item | $60.00 | 100 |
235
-
| Description | String | The text description for the invoice line item | Consulting service | Consulting service |
236
-
| Quantity | Number | The quantity for this invoice line item | 2 | 2 |
237
-
| OrderQuantity | Number | The ordered quantity for this line item. May differ from the quantity shipped and invoiced | 3 | 3 |
238
-
| UnitPrice | Number | The net or gross price (depending on the gross invoice setting of the invoice) of one unit of this item | $30.00 | 30 |
239
-
| ProductCode | String| Product code, product number, or SKU associated with the specific line item | A123 ||
240
-
| Unit | String| The unit of the line item, e.g, kg, lb etc. | Hours ||
241
-
| Date | Date| Date corresponding to each line item. Often it's a date the line item was shipped | 3/4/2021| 2021-03-04 |
242
-
| Tax | Number | Tax associated with each line item. Possible values include tax amount and tax Y/N | 10.00 ||
243
-
| TaxRate | Number | Tax Rate associated with each line item. | 10% ||
232
+
|Name| Type | Description | Value (standardized output) |
233
+
|:-----|:----|:----|:----|
234
+
| Amount | currency | The amount of the line item | $60.00 |
235
+
| Date | date| Date corresponding to each line item. Often it's a date the line item was shipped | 3/4/2021|
236
+
| Description | string | The text description for the invoice line item | Consulting service|
237
+
| Quantity | number | The quantity for this invoice line item | 2 |
238
+
| ProductCode | string| Product code, product number, or SKU associated with the specific line item | A123|
239
+
| Tax | currency | Tax associated with each line item. Possible values include tax amount and tax Y/N | $6.00 |
240
+
| TaxRate | string | Tax Rate associated with each line item. | 18%|
241
+
| Unit | string| The unit of the line item, e.g, kg, lb etc. | Hours|
242
+
| UnitPrice | number | The net or gross price (depending on the gross invoice setting of the invoice) of one unit of this item | $30.00 |
244
243
245
244
The invoice key-value pairs and line items extracted are in the `documentResults` section of the JSON output.
Copy file name to clipboardExpand all lines: articles/azure-arc/resource-bridge/includes/network-requirements.md
+20-10Lines changed: 20 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,25 +13,35 @@ The firewall and proxy URLs below must be allowlisted in order to enable communi
13
13
|--|--|--|--|--|
14
14
|SFS API endpoint | 443 |`msk8s.api.cdp.microsoft.com`| Management machine & Appliance VM IPs need outbound connection. | Download product catalog, product bits, and OS images from SFS. |
15
15
|Resource bridge (appliance) image download| 443 |`msk8s.sb.tlu.dl.delivery.mp.microsoft.com`| Management machine & Appliance VM IPs need outbound connection. | Download the Arc Resource Bridge OS images.|
16
-
|Microsoft Container Registry| 443 |`https://mcr.microsoft.com`| Management machine & Appliance VM IPs need outbound connection. | Download container images for Arc Resource Bridge.|
17
-
|Windows NTP Server| 123 |`time.windows.com`| Appliance VM & Management machine (if Hyper-V default is Windows NTP) need outbound connection on UDP | OS time sync in appliance VM & Management machine (Windows NTP).|
18
-
|Resource bridge (appliance) Dataplane service| 443 |`https://*.dp.prod.appliances.azure.com`| Appliance VMs IP need outbound connection. | Communicate with resource provider in Azure.|
19
-
|Resource bridge (appliance) container image download| 443 |`*.blob.core.windows.net, https://ecpacr.azurecr.io`| Appliance VM IPs need outbound connection. | Required to pull container images. |
16
+
|Microsoft Container Registry| 443 |`mcr.microsoft.com`| Management machine & Appliance VM IPs need outbound connection. | Download container images for Arc Resource Bridge.|
17
+
|Windows NTP Server| 123 |`time.windows.com`| Management machine & Appliance VM IPs (if Hyper-V default is Windows NTP) need outbound connection on UDP | OS time sync in appliance VM & Management machine (Windows NTP).|
18
+
|Azure Resource Manager| 443 |`management.azure.com`| Management machine & Appliance VM IPs need outbound connection. | Manage resources in Azure. |
19
+
|Microsoft Graph | 443 |`graph.microsoft.com`| Management machine & Appliance VM IPs need outbound connection. | Required for Azure RBAC. |
20
+
|Azure Resource Manager | 443 |`login.microsoftonline.com`| Management machine & Appliance VM IPs need outbound connection. | Required to update ARM tokens.|
21
+
|Azure Resource Manager | 443 |`*.login.microsoft.com`| Management machine & Appliance VM IPs need outbound connection. | Required to update ARM tokens.|
22
+
|Azure Resource Manager | 443 |`login.windows.net`| Management machine & Appliance VM IPs need outbound connection. | Required to update ARM tokens.|
23
+
|Resource bridge (appliance) Dataplane service| 443 |`*.dp.prod.appliances.azure.com`| Appliance VMs IP need outbound connection. | Communicate with resource provider in Azure.|
24
+
|Resource bridge (appliance) container image download| 443 |`*.blob.core.windows.net, ecpacr.azurecr.io`| Appliance VM IPs need outbound connection. | Required to pull container images. |
20
25
|Managed Identity| 443 |`*.his.arc.azure.com`| Appliance VM IPs need outbound connection. | Required to pull system-assigned Managed Identity certificates. |
21
-
|Azure Arc for Kubernetes container image download| 443 |`https://azurearcfork8s.azurecr.io`| Appliance VM IPs need outbound connection. | Pull container images. |
26
+
|Azure Arc for Kubernetes container image download| 443 |`azurearcfork8s.azurecr.io`| Appliance VM IPs need outbound connection. | Pull container images. |
27
+
|Azure Arc agent| 443 |`k8connecthelm.azureedge.net`| Appliance VM IPs need outbound connection. | deploy Azure Arc agent. |
22
28
|ADHS telemetry service | 443 |`adhs.events.data.microsoft.com`| Appliance VM IPs need outbound connection. | Periodically sends Microsoft required diagnostic data from appliance VM. |
23
29
|Microsoft events data service | 443 |`v20.events.data.microsoft.com`| Appliance VM IPs need outbound connection. | Send diagnostic data from Windows. |
24
30
|Log collection for Arc Resource Bridge| 443 |`linuxgeneva-microsoft.azurecr.io`| Appliance VM IPs need outbound connection. | Push logs for Appliance managed components.|
25
-
|Azure Arc for Kubernetes container image download| 443 |`https://azurearcfork8sdev.azurecr.io`| Appliance VM IPs need outbound connection. | Pull container images. |
26
31
|Resource bridge components download| 443 |`kvamanagementoperator.azurecr.io`| Appliance VM IPs need outbound connection. | Pull artifacts for Appliance managed components.|
27
32
|Microsoft open source packages manager| 443 |`packages.microsoft.com`| Appliance VM IPs need outbound connection. | Download Linux installation package.|
28
-
|Custom Locations| 443 |`sts.windows.net`| Appliance VM IPs need outbound connection. | Required for use by the Custom Locations cluster extension.|
33
+
|Custom Location| 443 |`sts.windows.net`| Appliance VM IPs need outbound connection. | Required for Custom Location.|
34
+
|Azure Arc| 443 |`guestnotificationservice.azure.com`| Appliance VM IPs need outbound connection. | Required for Azure Arc.|
35
+
|Custom Location | 443 |`k8sconnectcsp.azureedge.net`| Appliance VM IPs need outbound connection. | Required for Custom Location. |
29
36
|Diagnostic data | 443 |`gcs.prod.monitoring.core.windows.net`| Appliance VM IPs need outbound connection. | Periodically sends Microsoft required diagnostic data. |
37
+
|Diagnostic data | 443 |`*.prod.microsoftmetrics.com`| Appliance VM IPs need outbound connection. | Periodically sends Microsoft required diagnostic data. |
38
+
|Diagnostic data | 443 |`*.prod.hot.ingest.monitor.core.windows.net`| Appliance VM IPs need outbound connection. | Periodically sends Microsoft required diagnostic data. |
39
+
|Diagnostic data | 443 |`*.prod.warm.ingest.monitor.core.windows.net`| Appliance VM IPs need outbound connection. | Periodically sends Microsoft required diagnostic data. |
40
+
|Azure portal | 443 |`*.arc.azure.net`| Appliance VM IPs need outbound connection. | Manage cluster from Azure portal.|
Copy file name to clipboardExpand all lines: articles/azure-arc/resource-bridge/network-requirements.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,20 @@ The default value for `noProxy` is `localhost,127.0.0.1,.svc,10.0.0.0/8,172.16.0
59
59
60
60
> [!IMPORTANT]
61
61
> When listing multiple addresses for the `noProxy` settings, don't add a space after each comma to separate the addresses. The addresses must immediately follow the commas.
62
+
>
63
+
64
+
## Internal Port Listening
65
+
66
+
As a notice, you should be aware that the appliance VM is configured to listen on the following ports. These ports are used exclusively for internal processes and do not require external access:
67
+
68
+
- 8443 – Endpoint for AAD Authentication Webhook
69
+
70
+
- 10257 – Endpoint for Arc resource bridge metrics
71
+
72
+
- 10250 – Endpoint for Arc resource bridge metrics
0 commit comments