標籤:poi cat bsp 對話方塊 cte studio cee 單機 pre
中國資料中心
目前,中國區 Azure 有兩個資料中心,在位置欄位中顯示為“中國北部”和“中國東部”。
在 Azure 上建立應用程式的區別
在中國區 Azure 上開發應用程式與在境外 Azure 上開發的主要區別在於,中國區 Azure 端點地址有不同的 URI。 例如,Azure 和 SQL 資料庫 URI 通常以 windows.net 結尾。 URI 端點不同時,開發人員必須能夠識別,然後配置所需的工具和應用程式,並使用適合的 URI。
世紀互聯運營的Azure帳號,預設沒辦法登入。
安裝 Visual Studio,串連中國區 Azure
步驟如下:
請使用以下註冊表檔案:
Azure.reg
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\VSCommon\ConnectedUser]
"AadInstance"="https://login.chinacloudapi.cn/"
"adaluri"="https://management.core.chinacloudapi.cn"
"AzureRMEndpoint"="https://management.chinacloudapi.cn"
"AzureRMAudienceEndpoint"="https://management.core.chinacloudapi.cn"
"EnableAzureRMIdentity"="true"
"GraphUrl"="graph.chinacloudapi.cn"
若要將 Reg 值返回境外 Azure,請使用此處的註冊表檔案:
TargetProduction.reg
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\VSCommon\ConnectedUser]
"Uri"=-
"AadInstance"=-
"adaluri"=-
"AzureRMEndpoint"=-
"AzureRMAudienceEndpoint"=-
"EnableAzureRMIdentity"=-
"GraphUrl"=-
"AadApplicationTenant"=-
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\VisualStudio\14.0\MicrosoftAzureServices]
"Resource Management Audience Endpoint"=-
"Service Management Endpoint"=-
雙擊 Azure.reg 檔案,同意彈出資訊,允許註冊表值更改;
註冊表值更改後,Visual Studio 的登入資訊串連到中國區 Azure 服務。
實用情境樣本雲瀏覽器
按照說明輸入認證資訊;
輸入登入資訊;
從 Cloud Explorer 查看中國區 Azure 訂閱中的資源。
發布 Web 應用程式
單機右鍵菜單,選擇 “發布” 對話方塊;
選擇 Microsoft Azure App Service;
從帳戶選取器中選擇 Azure 帳戶;
Azure 資源管理員工具
單機右鍵菜單,選擇 “部署” 對話方塊;
從帳戶選取器中選擇 Azure 帳戶;
對於在資源模板中出現、但中國區 Azure 不支援的資源,該介面會發出警告;
編輯模板參數,繼續部署。
其他功能的步驟與此類似。
安裝 Visual Studio,串連中國區 Azure