Skip to content

Commit 822dc19

Browse files
committed
Merge upstream & add reference links.
commit d39fff7 Author: Aaron Wislang <aaron.wislang@microsoft.com> Date: Wed Oct 30 21:56:12 2024 -0400 flip alt & url (to absolute) Signed-off-by: Aaron Wislang <aaron.wislang@microsoft.com> commit 1d8f652 Author: Aaron Wislang <aaron.wislang@microsoft.com> Date: Wed Oct 30 21:39:33 2024 -0400 abs -> alt Signed-off-by: Aaron Wislang <aaron.wislang@microsoft.com> commit 44bccb4 Author: Aaron Wislang <aaron.wislang@microsoft.com> Date: Wed Oct 30 21:38:22 2024 -0400 docs-rel -> docs-url Signed-off-by: Aaron Wislang <aaron.wislang@microsoft.com> commit 9ff123c Author: Aaron Wislang <aaron.wislang@microsoft.com> Date: Wed Oct 30 21:34:46 2024 -0400 Fix /entra prefixed links Signed-off-by: Aaron Wislang <aaron.wislang@microsoft.com> commit d840a33 Author: Aaron Wislang <aaron.wislang@microsoft.com> Date: Wed Oct 30 21:33:32 2024 -0400 Fix /entra prefixed links Signed-off-by: Aaron Wislang <aaron.wislang@microsoft.com> commit 68c53f1 Author: Aaron Wislang <aaron.wislang@microsoft.com> Date: Wed Oct 30 14:52:59 2024 -0400 add absolute and relative links Signed-off-by: Aaron Wislang <aaron.wislang@microsoft.com> commit 4025076 Author: Aaron Wislang <aaron.wislang@microsoft.com> Date: Wed Oct 30 14:45:52 2024 -0400 add absolute links Signed-off-by: Aaron Wislang <aaron.wislang@microsoft.com> commit f49ed1f Author: Aaron Wislang <aaron.wislang@microsoft.com> Date: Wed Oct 30 14:43:15 2024 -0400 add reference links Signed-off-by: Aaron Wislang <aaron.wislang@microsoft.com> commit e7c1e13 Author: Aaron Wislang <aaron.wislang@microsoft.com> Date: Wed Oct 30 14:23:52 2024 -0400 merge upstream edits Signed-off-by: Aaron Wislang <aaron.wislang@microsoft.com> commit 3091a63 Author: Aaron Wislang <aaron.wislang@microsoft.com> Date: Wed Oct 30 14:20:53 2024 -0400 mv Signed-off-by: Aaron Wislang <aaron.wislang@microsoft.com> Signed-off-by: Aaron Wislang <aaron.wislang@microsoft.com>
1 parent 66d9fc4 commit 822dc19

4 files changed

+133
-57
lines changed

modules/1-migrate-linux-and-postgresql-workloads.md renamed to modules/1-migrate-linux-postgresql-workloads.md

Lines changed: 51 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ The application and its associated data are provided for you in the GitHub repos
1818

1919
As we consider this migration effort, you might wonder about the benefits of migrating this workload to the cloud. There are many, but some of the value propositions include:
2020

21-
*Security and compliance.* When you bring compute and data workloads to the cloud, they benefit from increased security capabilities. Virtual Machines in Azure benefit from a vast array of security and compliance features, including firewalls, virtual networks, just-in-time virtual machine access, encryption, RBAC, and confidential computing. Azure Database for PostgreSQL supports many similar features as well, such as [encryption with customer-managed keys](/azure/postgresql/flexible-server/concepts-data-encryption), [compliance certifications](/azure/postgresql/flexible-server/concepts-compliance), and support for [Microsoft Defender for Cloud](/azure/postgresql/flexible-server/concepts-security#microsoft-defender-for-cloud-support).
21+
*Security and compliance.* When you bring compute and data workloads to the cloud, they benefit from increased security capabilities. Virtual Machines in Azure benefit from a vast array of security and compliance features, including firewalls, virtual networks, just-in-time virtual machine access, encryption, RBAC, and confidential computing. Azure Database for PostgreSQL supports many similar features as well, such as [encryption with customer-managed keys][docs-url-1], [compliance certifications][docs-url-2], and support for [Microsoft Defender for Cloud][docs-url-3].
2222

23-
*Secure connections between your Virtual Machines and Databases.* As we integrate these two services, it's critical that they can connect to each other in a secure manner that reduces the risk of data loss. [Microsoft Entra ID authentication](/azure/postgresql/flexible-server/concepts-azure-ad-authentication) enables you to connect to your Azure Database for PostgreSQL without traditional passwords, but instead using Microsoft Entra ID identities for both your application workload (Managed Identity), users, and administrators, via their Microsoft Entra ID user accounts. This approach mitigates the risk of long-lived credentials being compromised and allowing bad actors to access your data. Entra ID, Managed Identities, and fine-grained Role-Based Access Control (RBAC) can enable your application workload to access data and manage resources in Azure securely, following the principle of least privilege.
23+
*Secure connections between your Virtual Machines and Databases.* As we integrate these two services, it's critical that they can connect to each other in a secure manner that reduces the risk of data loss. [Microsoft Entra ID authentication][docs-url-4] enables you to connect to your Azure Database for PostgreSQL without traditional passwords, but instead using Microsoft Entra ID identities for both your application workload (Managed Identity), users, and administrators, via their Microsoft Entra ID user accounts. This approach mitigates the risk of long-lived credentials being compromised and allowing bad actors to access your data. Microsoft Entra ID, Managed Identities, and fine-grained Role-Based Access Control (RBAC) can enable your application workload to access data and manage resources in Azure securely, following the principle of least privilege.
2424

25-
*Access to high-performance and cost-effective compute across multiple regions.* Whether you need cost-effective compute for test-dev or the most recent, highest performance, or largest compute types available in the cloud today, Azure has a broad selection of compute options for both [Virtual Machines](/azure/virtual-machines/sizes/overview) and [Azure Database for PostgreSQL](/azure/postgresql/flexible-server/concepts-compute), which can be scaled up and down as needed, and are available across [over 60 regions](https://azure.microsoft.com/explore/global-infrastructure/products-by-region) in Azure. Compute can be scaled both vertically and horizontally, including via [database replicas](/azure/postgresql/flexible-server/concepts-read-replicas) and [distributed options](/azure/cosmos-db/postgresql/introduction) such as Azure Cosmos DB for PostgreSQL, a managed service for PostgreSQL extended with the Citus open source superpower of distributed tables. This compute is paired with some of the [fastest cloud storage options](/azure/virtual-machines/disks-types) to tailor your compute and storage I/O requirements to your workload.
25+
*Access to high-performance and cost-effective compute across multiple regions.* Whether you need cost-effective compute for test-dev or the most recent, highest performance, or largest compute types available in the cloud today, Azure has a broad selection of compute options for both [Virtual Machines][docs-url-5] and [Azure Database for PostgreSQL][docs-url-6], which can be scaled up and down as needed, and are available across [over 60 regions][7] in Azure. Compute can be scaled both vertically and horizontally, including via [database replicas][docs-url-8] and [distributed options][docs-url-9] such as Azure Cosmos DB for PostgreSQL, a managed service for PostgreSQL extended with the Citus open source superpower of distributed tables. This compute is paired with some of the [fastest cloud storage options][docs-url-10] to tailor your compute and storage I/O requirements to your workload.
2626

27-
*Cost management and cost-effectiveness.* You can optimize for cost management and cost-effectiveness on both the Linux and PostgreSQL sides. When compared with on-premises solutions, the cost can often be significantly more tailored and appropriate for your situation. You can right-size your compute in comparison to an on-prem solution. You can also easily manage your entire fleet to optimize for only the compute and storage you need, and pay only for what you use in a utility billing model. Utility billing enables customers to handle periods of high demand without having to pay the cost of over-provisioning and allows migration to faster and more efficient generations of compute as they become available. Customers can also take advantage of the Azure Hybrid Benefit to save on licensing costs for specific Linux distributions (learn more about the [Azure Hybrid Benefit for Red Hat Enterprise Linux (RHEL) and SUSE Linux Enterprise Server (SLES) virtual machines](/azure/virtual-machines/linux/azure-hybrid-benefit-linux)). Customers can also reduce costs—up to 72 percent compared to pay-as-you-go pricing—with one-year or three-year terms for virtual machines (VMs) and Azure Reserved Virtual Machine Instances (learn [How the Azure reservation discount is applied to virtual machines](/azure/cost-management-billing/manage/understand-vm-reservation-charges)). Azure pricing is transparent and predictable, and you can use the [Azure Pricing Calculator](https://azure.microsoft.com/pricing/calculator/) to estimate your costs before you deploy.
27+
*Cost management and cost-effectiveness.* You can optimize for cost management and cost-effectiveness on both the Linux and PostgreSQL sides. When compared with on-premises solutions, the cost can often be significantly more tailored and appropriate for your situation. You can right-size your compute in comparison to an on-premises solution. You can also easily manage your entire fleet to optimize for only the compute and storage you need, and pay only for what you use in a utility billing model. Utility billing enables customers to handle periods of high demand without having to pay the cost of over-provisioning and allows migration to faster and more efficient generations of compute as they become available. Customers can also take advantage of the Azure Hybrid Benefit to save on licensing costs for specific Linux distributions (learn more about the [Azure Hybrid Benefit for Red Hat Enterprise Linux (RHEL) and SUSE Linux Enterprise Server (SLES) virtual machines][docs-url-11]). Customers can also reduce costs—up to 72 percent compared to pay-as-you-go pricing—with one-year or three-year terms for virtual machines (VMs) and Azure Reserved Virtual Machine Instances (learn [How the Azure reservation discount is applied to virtual machines][docs-url-12]). Azure pricing is transparent and predictable, and you can use the [Azure Pricing Calculator][13] to estimate your costs before you deploy.
2828

2929
*Day 2 operations.* Operations across the board become more efficient through automation, the ability to upgrade easily with potentially zero downtime, monitoring, security patching, backups, and disaster recovery. Additionally, you can manage your infrastructure end-to-end with industry-standard toolchains.
3030

@@ -36,7 +36,7 @@ However, we won't be focusing on how to export the data from your source databas
3636

3737
What you are provided with is a sample application, Postgres data, binary files, and infrastructure as code that you can use to simulate the migration process. Once you complete the simulated migration, you can use the knowledge gained to apply the same principles to your own workload.
3838

39-
You use our sample application, [Azure-Samples/tailwind-traders-go](https://github.com/Azure-Samples/tailwind-traders-go) as the stand-in for the application code to be migrated. The Bicep infrastructure as code, sample Postgres and binary data, and other resources to support the hands-on portion of this module are available in the [Azure-Samples/linux-postgres-migration](https://github.com/Azure-Samples/linux-postgres-migration).
39+
You use our sample application, [Azure-Samples/tailwind-traders-go][14] as the stand-in for the application code to be migrated. The Bicep infrastructure as code, sample Postgres and binary data, and other resources to support the hands-on portion of this module are available in the [Azure-Samples/linux-postgres-migration][15].
4040

4141
In order to apply this approach to your own workload, you'll need to map your source application and data to the following structure:
4242

@@ -78,20 +78,54 @@ However, this often requires code changes in your application. We show how to us
7878

7979
## Create an Azure account and install the Azure CLI
8080

81-
If you don't have an Azure account, you can create a [free account](https://azure.microsoft.com/free/) today. You get credits that can be used to try out paid Azure services. Even after you use the credits, you can keep the account and use free Azure services.
81+
If you don't have an Azure account, you can create a [free account][16] today. You get credits that can be used to try out paid Azure services. Even after you use the credits, you can keep the account and use free Azure services.
8282

83-
In order to run the commands in the following modules you need access to a bash shell. This can be on your local machine such as macOS, Linux, Windows Subsystem for Linux (WSL), Docker, a virtual machine such as Multipass, or in the cloud such as [Azure Cloud Shell](/azure/cloud-shell/overview), [GitHub Codespaces](https://github.com/features/codespaces), or an Azure Virtual Machine.
83+
In order to run the commands in the following modules you need access to a bash shell. This can be on your local machine such as macOS, Linux, Windows Subsystem for Linux (WSL), Docker, a virtual machine such as Multipass, or in the cloud such as [Azure Cloud Shell][docs-url-17], [GitHub Codespaces][18], or an Azure Virtual Machine.
8484

8585

86-
To complete this module, you need the Azure CLI. You can install the Azure CLI on your local machine by following the instructions in the [Install the Azure CLI](/cli/azure/install-azure-cli) article. You also need to install [Git](https://git-scm.com/).
86+
To complete this module, you need the Azure CLI. You can install the Azure CLI on your local machine by following the instructions in the [Install the Azure CLI][docs-url-19] article. You also need to install [Git][20].
8787

8888
## Resources
89-
- [Create a Free Azure account](https://azure.microsoft.com/free/)
90-
- [How to Install the Azure CLI](/cli/azure/install-azure-cli)
91-
- [Azure Pricing Calculator](https://azure.microsoft.com/pricing/calculator/)
92-
- [Azure Hybrid Benefit for Red Hat Enterprise Linux (RHEL) and SUSE Linux Enterprise Server (SLES) virtual machines](/azure/virtual-machines/linux/azure-hybrid-benefit-linux)
93-
- [How the Azure reservation discount is applied to virtual machines](/azure/cost-management-billing/manage/understand-vm-reservation-charges)
94-
- [Azure-Samples/tailwind-traders-go](https://github.com/Azure-Samples/tailwind-traders-go)
95-
- [Azure-Samples/linux-postgres-migration](https://github.com/Azure-Samples/linux-postgres-migration)
96-
- [What is Azure Cloud Shell](/azure/cloud-shell/overview)
97-
- [GitHub Codespaces](https://github.com/features/codespaces)
89+
- [Create a Free Azure account][16]
90+
- [How to Install the Azure CLI][docs-url-19]
91+
- [Azure Pricing Calculator][13]
92+
- [Azure Hybrid Benefit for Red Hat Enterprise Linux (RHEL) and SUSE Linux Enterprise Server (SLES) virtual machines][docs-url-11]
93+
- [How the Azure reservation discount is applied to virtual machines][docs-url-12]
94+
- [Azure-Samples/tailwind-traders-go][14]
95+
- [Azure-Samples/linux-postgres-migration][15]
96+
- [What is Azure Cloud Shell][docs-url-17]
97+
- [GitHub Codespaces][18]
98+
99+
[docs-alt-1]: /azure/postgresql/flexible-server/concepts-data-encryption
100+
[docs-url-1]: https://learn.microsoft.com/azure/postgresql/flexible-server/concepts-data-encryption
101+
[docs-alt-2]: /azure/postgresql/flexible-server/concepts-compliance
102+
[docs-url-2]: https://learn.microsoft.com/azure/postgresql/flexible-server/concepts-compliance
103+
[docs-alt-3]: /azure/postgresql/flexible-server/concepts-security#microsoft-defender-for-cloud-support
104+
[docs-url-3]: https://learn.microsoft.com/azure/postgresql/flexible-server/concepts-security#microsoft-defender-for-cloud-support
105+
[docs-alt-4]: /azure/postgresql/flexible-server/concepts-azure-ad-authentication
106+
[docs-url-4]: https://learn.microsoft.com/azure/postgresql/flexible-server/concepts-azure-ad-authentication
107+
[docs-alt-5]: /azure/virtual-machines/sizes/overview
108+
[docs-url-5]: https://learn.microsoft.com/azure/virtual-machines/sizes/overview
109+
[docs-alt-6]: /azure/postgresql/flexible-server/concepts-compute
110+
[docs-url-6]: https://learn.microsoft.com/azure/postgresql/flexible-server/concepts-compute
111+
[7]: https://azure.microsoft.com/explore/global-infrastructure/products-by-region
112+
[docs-alt-8]: /azure/postgresql/flexible-server/concepts-read-replicas
113+
[docs-url-8]: https://learn.microsoft.com/azure/postgresql/flexible-server/concepts-read-replicas
114+
[docs-alt-9]: /azure/cosmos-db/postgresql/introduction
115+
[docs-url-9]: https://learn.microsoft.com/azure/cosmos-db/postgresql/introduction
116+
[docs-alt-10]: /azure/virtual-machines/disks-types
117+
[docs-url-10]: https://learn.microsoft.com/azure/virtual-machines/disks-types
118+
[docs-alt-11]: /azure/virtual-machines/linux/azure-hybrid-benefit-linux
119+
[docs-url-11]: https://learn.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux
120+
[docs-alt-12]: /azure/cost-management-billing/manage/understand-vm-reservation-charges
121+
[docs-url-12]: https://learn.microsoft.com/azure/cost-management-billing/manage/understand-vm-reservation-charges
122+
[13]: https://azure.microsoft.com/pricing/calculator/
123+
[14]: https://github.com/Azure-Samples/tailwind-traders-go
124+
[15]: https://github.com/Azure-Samples/linux-postgres-migration
125+
[16]: https://azure.microsoft.com/free/
126+
[docs-alt-17]: /azure/cloud-shell/overview
127+
[docs-url-17]: https://learn.microsoft.com/azure/cloud-shell/overview
128+
[18]: https://github.com/features/codespaces
129+
[docs-alt-19]: /cli/azure/install-azure-cli
130+
[docs-url-19]: https://learn.microsoft.com/cli/azure/install-azure-cli
131+
[20]: https://git-scm.com/

0 commit comments

Comments
 (0)