본문 바로가기

Azure

[Update] New Azure EA Portal URL

Azure Team에 의하면 

2015년 5월 31자로 Azure EA Portal의 주소가 변경된다고 합니다.

※ Azure EA Portal은 기업고객의 Azure 계정 관리용 포탈입니다.


기존 : https://ea.windowsazure.com


신규 : https://ea.azure.com






원문

 


Beginning on March 31, 2015, the Enterprise Portal URL will no longer support our legacy URL of https://ea.windowsazure.com. Please use the new URL: https://ea.azure.com.

 

Azure

 

 

After this change occurs on March 31, 2015, users attempting to log in to https://ea.windowsazure.com will receive an error message. We recommend updating the Enterprise Portal URL in your browser to the new address (https://ea.azure.com).

Also because of this change, the Billing and Usage API will no longer return data from the old URL. To avoid issues with the Billing and Usage API, you’ll need to complete the following steps:

    

Update the URL for the portal to https://ea.azure.com.

    

Update the code that the Billing and Usage API calls to:

    

string downloadUsageByMonthUrlTemplate = "https://ea.azure.com/rest/{0}/usage-report?month={1}&type={2}";

    

string getUsageListUrlTemplate = https://ea.azure.com/rest/{0}/usage-reports

    

Update the JavaScript for downloading the report to:

    

var url = 'https://ea.azure.com/100/usage-report?month=2015-01&type=detail'

For more information about the Billing and Usage API, please reference the Microsoft Azure – Billing and Usage API for EA Customers document, plus the associated technical and source code specifications.

Please contact us if you have any questions.


Thank you,

Your Azure Team