Skip to content

Commit 934658a

Browse files
committed
fixing links
1 parent 4611fb3 commit 934658a

11 files changed

Lines changed: 8 additions & 9 deletions

azure-sql/database/adonet-v12-develop-direct-route-ports.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,3 @@ https://techcommunity.microsoft.com/t5/DataCAT/Connect-to-Azure-SQL-Database-V12
7979
* [TDS protocol version list](https://www.freetds.org/userguide/tdshistory.htm)
8080
* [SQL Database Development Overview](../../sql-database/sql-database-develop-overview.md)
8181
* [Azure SQL Database firewall](../../sql-database/sql-database-firewall-configure.md)
82-
* [How to: Configure firewall settings on SQL Database](sql-database-configure-firewall-settings.md)

azure-sql/database/elastic-convert-to-use-elastic-tools.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,6 @@ For information on common data architecture patterns of multi-tenant software-as
165165
For questions, use the [SQL Database forum](https://social.msdn.microsoft.com/forums/azure/home?forum=ssdsgetstarted) and for feature requests, add them to the [SQL Database feedback forum](https://feedback.azure.com/forums/217321-sql-database/).
166166

167167
<!--Image references-->
168-
[1]: ./media/sql-database-elastic-convert-to-use-elastic-tools/listmapping.png
169-
[2]: ./media/sql-database-elastic-convert-to-use-elastic-tools/rangemapping.png
170-
[3]: ./media/sql-database-elastic-convert-to-use-elastic-tools/multipleonsingledb.png
168+
[1]: ./media/elastic-convert-to-use-elastic-tools/listmapping.png
169+
[2]: ./media/elastic-convert-to-use-elastic-tools/rangemapping.png
170+
[3]: ./media/elastic-convert-to-use-elastic-tools/multipleonsingledb.png

azure-sql/database/elastic-database-perf-counters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Performance counters are used to track the performance of [data dependent routin
1919
You can capture the performance of a [shard map manager](../../sql-database/sql-database-elastic-scale-shard-map-management.md), especially when using [data dependent routing](../../sql-database/sql-database-elastic-scale-data-dependent-routing.md). Counters are created with methods of the Microsoft.Azure.SqlDatabase.ElasticScale.Client class.
2020

2121

22-
**For the latest version:** Go to [Microsoft.Azure.SqlDatabase.ElasticScale.Client](https://www.nuget.org/packages/Microsoft.Azure.SqlDatabase.ElasticScale.Client/). See also [Upgrade an app to use the latest elastic database client library](sql-database-elastic-scale-upgrade-client-library.md).
22+
**For the latest version:** Go to [Microsoft.Azure.SqlDatabase.ElasticScale.Client](https://www.nuget.org/packages/Microsoft.Azure.SqlDatabase.ElasticScale.Client/). See also [Upgrade an app to use the latest elastic database client library](../../sql-database/sql-database-elastic-scale-upgrade-client-library.md).
2323

2424
## Prerequisites
2525

azure-sql/database/elastic-database-recovery-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,4 @@ This example performs the following steps:
161161
[!INCLUDE [elastic-scale-include](../../../includes/elastic-scale-include.md)]
162162

163163
<!--Image references-->
164-
[1]: ./media/sql-database-elastic-database-recovery-manager/recovery-manager.png
164+
[1]: ./media/elastic-database-recovery-manager/recovery-manager.png

azure-sql/database/elastic-pool-manage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ From here you can make any combination of the following changes and save them al
3636
> [!IMPORTANT]
3737
> The PowerShell Azure Resource Manager module is still supported by Azure SQL Database, but all future development is for the Az.Sql module. For these cmdlets, see [AzureRM.Sql](https://docs.microsoft.com/powershell/module/AzureRM.Sql/). The arguments for the commands in the Az module and in the AzureRm modules are substantially identical.
3838
39-
To create and manage SQL Database elastic pools and pooled databases with Azure PowerShell, use the following PowerShell cmdlets. If you need to install or upgrade PowerShell, see [Install Azure PowerShell module](/powershell/azure/install-az-ps). To create and manage the servers for an elastic pool, see [Create and manage servers](sql-database-servers.md). To create and manage firewall rules, see [Create and manage firewall rules using PowerShell](../../sql-database/sql-database-firewall-configure.md#use-powershell-to-manage-server-level-ip-firewall-rules).
39+
To create and manage SQL Database elastic pools and pooled databases with Azure PowerShell, use the following PowerShell cmdlets. If you need to install or upgrade PowerShell, see [Install Azure PowerShell module](/powershell/azure/install-az-ps). To create and manage the servers for an elastic pool, see [Create and manage servers](../../sql-database/sql-database-servers.md). To create and manage firewall rules, see [Create and manage firewall rules using PowerShell](../../sql-database/sql-database-firewall-configure.md#use-powershell-to-manage-server-level-ip-firewall-rules).
4040

4141
> [!TIP]
4242
> For PowerShell example scripts, see [Create elastic pools and move databases between pools and out of a pool using PowerShell](scripts/move-database-between-elastic-pools-powershell.md) and [Use PowerShell to monitor and scale a SQL elastic pool in Azure SQL Database](scripts/monitor-and-scale-pool-powershell.md).

azure-sql/database/elastic-pool-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ SaaS developers build applications on top of large scale data-tiers consisting o
2323
- Over-provision resources based on peak usage and over pay, or
2424
- Under-provision to save cost, at the expense of performance and customer satisfaction during peaks.
2525

26-
Elastic pools solve this problem by ensuring that databases get the performance resources they need when they need it. They provide a simple resource allocation mechanism within a predictable budget. To learn more about design patterns for SaaS applications using elastic pools, see [Design Patterns for Multi-tenant SaaS Applications with Azure SQL Database](sql-database-design-patterns-multi-tenancy-saas-applications.md).
26+
Elastic pools solve this problem by ensuring that databases get the performance resources they need when they need it. They provide a simple resource allocation mechanism within a predictable budget. To learn more about design patterns for SaaS applications using elastic pools, see [Design Patterns for Multi-tenant SaaS Applications with Azure SQL Database](../../sql-database/saas-tenancy-app-design-patterns.md).
2727

2828
> [!VIDEO https://channel9.msdn.com/Blogs/Azure/Elastic-databases-helps-SaaS-developers-tame-explosive-growth/player]
2929
>
18.9 KB
Loading
27.4 KB
Loading
19.6 KB
Loading
77.8 KB
Loading

0 commit comments

Comments
 (0)