无法在P1实例上启用ReadScale [英] Unable to enable ReadScale on P1 instance

查看:90
本文介绍了无法在P1实例上启用ReadScale的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用以下命令在Powershell的P1 AzureSQL实例上启用ReadScale,但似乎没有任何区别,结果总是指出ReadScale仍然被禁用-关于我缺少的任何想法?

I'm trying to enable ReadScale on P1 AzureSQL instance from Powershell using the command below, but it doesn't seem to do any difference and the result always states that ReadScale is still disabled - any ideas on what am I missing?

Set-AzureRmSqlDatabase -ResourceGroupName xxxxx -ServerName xxxxx -DatabaseName xxxxx -ReadScale Enabled

响应:

ResourceGroupName             : xxxxx
ServerName                    : xxxxx
DatabaseName                  : xxxxx
Location                      : northeurope
DatabaseId                    : xxxxx
Edition                       : Premium
CollationName                 : SQL_Latin1_General_CP1_CI_AS
CatalogCollation              :
MaxSizeBytes                  : 2147483648
Status                        : Online
CreationDate                  : 11/14/18 10:43:49 PM
CurrentServiceObjectiveId     : 00000000-0000-0000-0000-000000000000
CurrentServiceObjectiveName   : P1
RequestedServiceObjectiveName : P1
RequestedServiceObjectiveId   :
ElasticPoolName               :
EarliestRestoreDate           : 11/15/18 12:00:00 AM
Tags                          :
ResourceId                    : /subscriptions/xxxxx/resourceGroups/xxxxx/providers/Microsoft.Sql/servers/xxxxx/databases/xxxxx
CreateMode                    :
ReadScale                     : Disabled
ZoneRedundant                 : False
Capacity                      : 125
Family                        :
SkuName                       : Premium
LicenseType                   :

推荐答案

Hello,

You need Azure PowerShell version 2016 or later to enable Read Scale-out. Could you please install the latest Azure PowerShell version and try again?

https://docs.microsoft.com/zh-cn/powershell/azure/install-azurerm-ps?view=azurermps-6.13.0

https://docs.microsoft.com/en-us/powershell/azure/install-azurerm-ps?view=azurermps-6.13.0


数据库名称="teste"
databasename = "teste"


resourcegroupname ="ResGroup"
resourcegroupname = "ResGroup"


这篇关于无法在P1实例上启用ReadScale的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆