diff --git a/docs/azure_regions.json b/docs/azure_regions.json index c39489a..73516b8 100644 --- a/docs/azure_regions.json +++ b/docs/azure_regions.json @@ -1399,6 +1399,19 @@ "regionalDisplayName": "(Europe) Switzerland West", "subscriptionId": null }, + { + "displayName": "Taiwan North", + "id": "/subscritpions/c560a042-4311-40cf-beb5-edc67991179e/locations/taiwannorth", + "metadata": { + "geographyGroup": "Asia Pacific", + "latitutde": "", + "longitude": "", + "pairedRegion": null, + "physicalLocation": "Taipei", + "regionalCategory": "Other", + "regionType": "Physical" + } + } { "displayName": "UK West", "id": "/subscriptions/c560a042-4311-40cf-beb5-edc67991179e/locations/ukwest", diff --git a/docs/map/index.html b/docs/map/index.html index 2c091aa..089605f 100644 --- a/docs/map/index.html +++ b/docs/map/index.html @@ -156,7 +156,7 @@

Apply filter(s)...

()
- ()
+ ()
()
diff --git a/docs/map/map.js b/docs/map/map.js index af3d4bb..960f0e8 100644 --- a/docs/map/map.js +++ b/docs/map/map.js @@ -37,6 +37,7 @@ var regionlocation = { swedencentral: [17.14127, 60.67488], switzerlandnorth: [8.564572,47.451542], switzerlandwest: [6.143158,46.204391], + taiwannorth: [long, lat], uaecentral: [54.366669, 24.466667], uaenorth: [55.316666, 25.266666], uksouth: [-0.799, 50.941], @@ -647,6 +648,23 @@ var regionlist = [ "standardcool": true, "azplacement": false }, + { + "shortname": "taiwannorth", + "longname": "Taiwan North", + "location": regionlocation.taiwannorth, + "crrregions": [], + "czr": false, + "snf": true, + "snfedit": true, + "avsdatastore": false, + "backup": true, + "largevolumes": false, + "cmk": true, + "cmkhsm": false, + "doubleencryption": true, + "standardcool": true, + "azplacement": false + }, { "shortname": "uaecentral", "longname": "UAE Central", @@ -1030,7 +1048,7 @@ function initMap() { position: item.location, htmlContent: "
", popup: new atlas.Popup({ - content: '
ANF Region: ' + item.longname + ' (' + item.shortname + ')
CRR Targets: ' + targetregions + '
cross-zone replication: ' + item.czr + '
standard networking: ' + item.snf + '
edit standard networking: ' + item.snfedit + '
backup: ' + item.backup + '
datastore for AVS: ' + item.avsdatastore + '
large volumes: ' + item.largevolumes + '
customer-managed keys: ' + item.cmk + '
customer-managed keys w/ managed HSM: ' + item.cmkhsm + '
double encryption: ' + item.doubleencryption + '
standard storage w/ cool access: ' + item.standardcool + '
az placement: ' + item.azplacement + '
Latitude: ' + item.location[1] + '
Longitude: ' + item.location[0] + '
', + content: '
ANF Region: ' + item.longname + ' (' + item.shortname + ')
CRR Targets: ' + targetregions + '
cross-zone replication: ' + item.czr + '
standard networking: ' + item.snf + '
edit standard networking: ' + item.snfedit + '
backup: ' + item.backup + '
datastore for AVS: ' + item.avsdatastore + '
large volumes: ' + item.largevolumes + '
customer-managed keys: ' + item.cmk + '
customer-managed keys w/ managed HSM: ' + item.cmkhsm + '
double encryption: ' + item.doubleencryption + '
storage w/ cool access: ' + item.standardcool + '
az placement: ' + item.azplacement + '
Latitude: ' + item.location[1] + '
Longitude: ' + item.location[0] + '
', pixelOffset: [0, -50], fillColor: 'rgba(0,0,0,0.6)' }) @@ -1184,7 +1202,7 @@ function updateMap() { position: item.location, htmlContent: "
", popup: new atlas.Popup({ - content: '
ANF Region: ' + item.longname + ' (' + item.shortname + ')
CRR Targets: ' + targetregions + '
cross-zone replication: ' + item.czr + '
standard networking: ' + item.snf + '
edit standard networking: ' + item.snfedit + '
backup: ' + item.backup + '
datastore for AVS: ' + item.avsdatastore + '
large volumes: ' + item.largevolumes + '
customer-managed keys: ' + item.cmk + '
customer-managed keys w/ managed HSM: ' + item.cmkhsm + '
double encryption: ' + item.doubleencryption + '
standard storage w/ cool access: ' + item.standardcool + '
az placement: ' + item.azplacement + '
Latitude: ' + item.location[1] + '
Longitude: ' + item.location[0] + '
', + content: '
ANF Region: ' + item.longname + ' (' + item.shortname + ')
CRR Targets: ' + targetregions + '
cross-zone replication: ' + item.czr + '
standard networking: ' + item.snf + '
edit standard networking: ' + item.snfedit + '
backup: ' + item.backup + '
datastore for AVS: ' + item.avsdatastore + '
large volumes: ' + item.largevolumes + '
customer-managed keys: ' + item.cmk + '
customer-managed keys w/ managed HSM: ' + item.cmkhsm + '
double encryption: ' + item.doubleencryption + '
storage w/ cool access: ' + item.standardcool + '
az placement: ' + item.azplacement + '
Latitude: ' + item.location[1] + '
Longitude: ' + item.location[0] + '
', pixelOffset: [0, -50], fillColor: 'rgba(0,0,0,0.6)' }) @@ -1250,7 +1268,7 @@ function updateMap() { position: item.location, htmlContent: "
", popup: new atlas.Popup({ - content: '
ANF Region: ' + item.longname + ' (' + item.shortname + ')
CRR Targets: ' + targetregions + '
cross-zone replication: ' + item.czr + '
standard networking: ' + item.snf + '
edit standard networking: ' + item.snfedit + '
backup: ' + item.backup + '
datastore for AVS: ' + item.avsdatastore + '
large volumes: ' + item.largevolumes + '
customer-managed keys: ' + item.cmk + '
customer-managed keys w/ managed HSM: ' + item.cmkhsm + '
double encryption: ' + item.doubleencryption + '
standard storage w/ cool access: ' + item.standardcool + '
az placement: ' + item.azplacement + '
Latitude: ' + item.location[1] + '
Longitude: ' + item.location[0] + '
', + content: '
ANF Region: ' + item.longname + ' (' + item.shortname + ')
CRR Targets: ' + targetregions + '
cross-zone replication: ' + item.czr + '
standard networking: ' + item.snf + '
edit standard networking: ' + item.snfedit + '
backup: ' + item.backup + '
datastore for AVS: ' + item.avsdatastore + '
large volumes: ' + item.largevolumes + '
customer-managed keys: ' + item.cmk + '
customer-managed keys w/ managed HSM: ' + item.cmkhsm + '
double encryption: ' + item.doubleencryption + '
storage w/ cool access: ' + item.standardcool + '
az placement: ' + item.azplacement + '
Latitude: ' + item.location[1] + '
Longitude: ' + item.location[0] + '
', pixelOffset: [0, -50], fillColor: 'rgba(0,0,0,0.6)' }) diff --git a/docs/sap-calc/calc.js b/docs/sap-calc/calc.js index 423e7c6..2affa59 100644 --- a/docs/sap-calc/calc.js +++ b/docs/sap-calc/calc.js @@ -9,6 +9,7 @@ cfg: { // Application Insights Configuration /* ...Other Configuration Options... */ }}); + let standard_region_rates = { "centralus": 0.14746, "eastus": 0.14746,