|
13 | 13 | "category": "Azure Batch",
|
14 | 14 | "endpoints": [
|
15 | 15 | {
|
16 |
| - "domainName": "japaneast.batch.azure.com", |
| 16 | + "domainName": "sampleacct.japaneast.batch.azure.com", |
| 17 | + "description": "Applicable to job manager tasks, tasks that use job scoped authentication, or any task that makes calls to Batch.", |
| 18 | + "endpointDetails": [ |
| 19 | + { |
| 20 | + "port": 443 |
| 21 | + } |
| 22 | + ] |
| 23 | + }, |
| 24 | + { |
| 25 | + "domainName": "japaneast.service.batch.azure.com", |
17 | 26 | "description": "Applicable to all Azure Batch pools.",
|
18 | 27 | "endpointDetails": [
|
19 | 28 | {
|
|
27 | 36 | "category": "Azure Storage",
|
28 | 37 | "endpoints": [
|
29 | 38 | {
|
30 |
| - "domainName": "sampleautostorageaccountname.blob.core.windows.net", |
| 39 | + "domainName": "autostorageaccountname.blob.core.windows.net", |
31 | 40 | "description": "AutoStorage endpoint for this Batch account. Applicable to all Azure Batch pools under this account.",
|
32 | 41 | "endpointDetails": [
|
33 | 42 | {
|
34 | 43 | "port": 443
|
35 | 44 | }
|
36 | 45 | ]
|
| 46 | + }, |
| 47 | + { |
| 48 | + "domainName": "*.blob.core.windows.net", |
| 49 | + "description": "Applicable to all Azure Batch pools.", |
| 50 | + "endpointDetails": [ |
| 51 | + { |
| 52 | + "port": 443 |
| 53 | + } |
| 54 | + ] |
| 55 | + }, |
| 56 | + { |
| 57 | + "domainName": "*.table.core.windows.net", |
| 58 | + "description": "Applicable to all Azure Batch pools.", |
| 59 | + "endpointDetails": [ |
| 60 | + { |
| 61 | + "port": 443 |
| 62 | + } |
| 63 | + ] |
| 64 | + }, |
| 65 | + { |
| 66 | + "domainName": "*.queue.core.windows.net", |
| 67 | + "description": "Applicable to all Azure Batch pools.", |
| 68 | + "endpointDetails": [ |
| 69 | + { |
| 70 | + "port": 443 |
| 71 | + } |
| 72 | + ] |
37 | 73 | }
|
38 | 74 | ]
|
39 | 75 | },
|
|
42 | 78 | "endpoints": [
|
43 | 79 | {
|
44 | 80 | "domainName": "packages.microsoft.com",
|
45 |
| - "description": "Only applicable to pools containing a Mount Configuration. Learn about Mount Configurations in Batch at https://docs.microsoft.com/en-us/azure/batch/virtual-file-mount.", |
| 81 | + "description": "Only applicable to pools containing a Mount Configuration. Learn about Mount Configurations in Batch at https://docs.microsoft.com/azure/batch/virtual-file-mount.", |
46 | 82 | "endpointDetails": [
|
47 | 83 | {
|
48 | 84 | "port": 443
|
|
56 | 92 | "endpoints": [
|
57 | 93 | {
|
58 | 94 | "domainName": "*.vault.azure.net",
|
59 |
| - "description": "Only applicable to pools containing a Disk Encryption Configuration and whose VM size does not support encryption at host. Learn more about disk encryption in Azure Batch at https://docs.microsoft.com/en-us/azure/batch/disk-encryption. Learn more about encryption at host and supported VM sizes at https://docs.microsoft.com/en-us/azure/virtual-machines/disks-enable-host-based-encryption-portal.", |
| 95 | + "description": "Only applicable to pools containing a Disk Encryption Configuration and whose VM size does not support encryption at host. Learn more about disk encryption in Azure Batch at https://docs.microsoft.com/azure/batch/disk-encryption. Learn more about encryption at host and supported VM sizes at https://docs.microsoft.com/azure/virtual-machines/disks-enable-host-based-encryption-portal.", |
60 | 96 | "endpointDetails": [
|
61 | 97 | {
|
62 | 98 | "port": 443
|
|
0 commit comments