gpt4 book ai didi

Azure 会自动更改数据库的定价等级吗?

转载 作者:行者123 更新时间:2023-12-05 09:15:16 24 4
gpt4 key购买 nike

我在 Azure 中创建了一个“Web 应用程序 + DB”并将我的 ASP.NET API 部署到其中。对于 SQL 数据库,我选择了“免费计划”。

现在,经过几天的 API 运行(仅编写了十几个数据集并进行了约 30 个 API 调用),Azure/Microsoft 将定价层从“免费”更改为“S0”,并将另一个 API 从“免费”更改为“免费”到“基本”。现在数据库每天都会产生成本。

为什么会出现这种情况?如何在不询问我的情况下阻止 Azure 执行此操作?

更新:一些屏幕截图说明了 Azure 中 SQL 数据库免费计划的可用性。

目前我有 3 个免费计划的 SQL 数据库(多长时间?没人知道)和 2 个 Basic 数据库,它们是以前的免费计划数据库:

enter image description here

最佳答案

更新:当问题于 2018 年发布时,使用 PowerShell 创建免费数据库的过程是唯一可用的。从 2023 年 9 月 26 日开始,Azure 提供 free Azure SQL Database (预览版)每月的计算限制为 100,000 vCore 秒。此免费优惠在订阅有效期内提供通用数据库。此优惠按地区推出,每周都会添加新地区。目前支持以下区域:美国东部、美国中西部、英国南部。

Azure SQL 数据库允许您为每个区域创建一个免费的 Azure SQL Server 数据库,365 天后将恢复为标准版。自从您使用 PowerShell 创建它以来,这就是我所知道的(我不知道使用其他方法)。

New-AzureRmSqlDatabase -DatabaseName $DatabaseName  -ServerName $sqlServer.ServerName 
-ResourceGroupName $resourceGroup.ResourceGroupName -Edition 'Free'
-RequestedServiceObjectiveName 'Free'

目前仅适用于以下区域:

 Location           DisplayName
-------- -------------------
australiaeast Australia East
australiasoutheast Australia Southeast
centralindia Central India
eastasia East Asia
francecentral France Central
japaneast Japan East
japanwest Japan West
koreacentral Korea Central
koreasouth Korea South
northcentralus North Central US
northeurope North Europe
southeastasia Southeast Asia
southindia South India
uksouth UK South
ukwest UK West
westcentralus West Central US
westeurope West Europe
westindia West India
westus2 West US 2

关于Azure 会自动更改数据库的定价等级吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52880518/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com