Skip to content

Commit 4c949a6

Browse files
committed
Fix merge conflicts
2 parents 03470ec + 5c1ba3e commit 4c949a6

File tree

199 files changed

+1030
-8604
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

199 files changed

+1030
-8604
lines changed

.openpublishing.redirection.json

Lines changed: 415 additions & 0 deletions
Large diffs are not rendered by default.

learn-pr/achievements.yml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5270,3 +5270,53 @@ achievements:
52705270
title: Explore modules, packages, and third-party crates
52715271
summary: Learn about how to effectively use modules and how to integrate with packages and third-party crates.
52725272
iconUrl: /training/achievements/rust-modules-packages-crates.svg
5273+
- uid: learn.languages.rust-memory-management.badge
5274+
type: badge
5275+
title: Understand how Rust manages memory
5276+
summary: Discover the features that make Rust so unique - ownership and borrowing.
5277+
iconUrl: /training/achievements/rust-memory-management.svg
5278+
- uid: learn.language.rust-loop-expressions.badge
5279+
type: badge
5280+
title: Use loops to iterate through data in Rust
5281+
summary: Explore how to use hash maps in Rust. Discover how to use loop expressions to iterate through data.
5282+
iconUrl: /training/achievements/rust-understand-common-concepts.svg
5283+
- uid: learn.language.rust-introduction.badge
5284+
type: badge
5285+
title: What is Rust
5286+
summary: A quick introduction to Rust language features and how Rust compares with other programming languages.
5287+
iconUrl: /training/achievements/rust-get-started.svg
5288+
- uid: learn.language.rust-if-else-expressions.badge
5289+
type: badge
5290+
title: Test conditions with if/else expressions in Rust
5291+
summary: Explore Rust compound data types like arrays and vectors. Discover how to use if/else statements to test conditions.
5292+
iconUrl: /training/achievements/rust-understand-common-concepts.svg
5293+
- uid: learn.language.rust-generic-types-traits.badge
5294+
type: badge
5295+
title: Implement generic types and traits
5296+
summary: Understand what generic types and traits are and how to use them in Rust.
5297+
iconUrl: /training/achievements/rust-generic-types-traits.svg
5298+
- uid: learn.language.rust-error-handling.badge
5299+
type: badge
5300+
title: Handle errors in Rust
5301+
summary: UIn this module, you'll learn about ways to handle errors in Rust.
5302+
iconUrl: /training/achievements/rust-error-handling.svg
5303+
- uid: learn.language.rust-create-command-line-program.badge
5304+
type: badge
5305+
title: Build a command-line to-do list program
5306+
summary: Create a command-line program to manage to-do list items.
5307+
iconUrl: /training/achievements/rust-create-command-line-program.svg
5308+
- uid: learn.language.rust-create-program.badge
5309+
type: badge
5310+
title: Create your first Rust program
5311+
summary: Learn about Rust concepts, including variables, data types, and functions.
5312+
iconUrl: /training/achievements/rust-understand-common-concepts.svg
5313+
- uid: learn.languages.rust-first-steps.trophy
5314+
type: trophy
5315+
title: Take your first steps with Rust
5316+
summary: Interested in learning a new programming language that's growing in use and popularity? Start here! Lay the foundation of knowledge you need to build fast and effective programs in Rust.
5317+
iconUrl: /training/achievements/take-your-first-steps-with-rust.svg
5318+
- uid: learn.language.rust-automated-tests.badge
5319+
type: badge
5320+
title: Write automated tests
5321+
summary: Learn about the types of testing you can do with Rust.
5322+
iconUrl: /training/achievements/rust-automated-tests.svg

learn-pr/azure/azure-vmware-solution/includes/7-exercise-create-firewall.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
Use the following instructions to create and configure Azure Firewall and Route Table.
1+
> [!IMPORTANT]
2+
3+
> Try our Secure Outbound Internet Connectivity click-through demo. This demo shows how to use Azure vNET with Route Server, a network virtual appliance (NVA), and Azure Firewall to inspect and manage traffic originating from Azure VMware Solution and heading to the internet. [Try now](https://regale.cloud/microsoft/play/4174/secure-outbound-internet-connectivity#/0/0)
4+
5+
Use the following instructions to create and configure Azure Firewall and Route Table.
26

37
## Deploy Azure Firewall
48

learn-pr/azure/deploy-disaster-recovery-vmware-srm-azure-vmware-solution/includes/3-install-srm-azure-vmware-solution.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ The solution architecture depicts the following configuration:
1616

1717
- Secondary Azure VMware Solution is deployed in the secondary region.
1818

19+
> [!IMPORTANT]
20+
21+
> Try our VMware Site Recovery Manager click-through demo. This demo shows how an organization can confidently implement disaster recovery for on-premises VMware vSphere virtual machines (VMs) or Azure VMware Solution-based VMs. [Try now](https://regale.cloud/Microsoft/play/3245/vmware-site-recovery-manager-srm#/0/0)
22+
1923
## Deployment workflow for Azure VMware Solution
2024

2125
To deploy Azure VMware Solution in your test environment, you must perform the following steps:

learn-pr/azure/deploy-disaster-recovery-vmware-srm-azure-vmware-solution/includes/4-install-vsphere-replication-appliance.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ The vSphere Replication appliance provides the following components for the prot
1212
- A vSphere Replication management server that manages replications.
1313
- A vSphere Replication server that provides the core of the vSphere Replication infrastructure.
1414

15+
> [!IMPORTANT]
16+
17+
> Try our VMware Site Recovery Manager click-through demo. This demo shows how an organization can confidently implement disaster recovery for on-premises VMware vSphere virtual machines (VMs) or Azure VMware Solution-based VMs. [Try now](https://regale.cloud/Microsoft/play/3245/vmware-site-recovery-manager-srm#/0/0)
18+
1519
## Install vSphere Replication appliance
1620

1721
Use the following procedure to enable the add-on in Azure VMware Solution:

learn-pr/language/rust-automated-tests/0-introduction.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

learn-pr/language/rust-automated-tests/1-unit-tests.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

learn-pr/language/rust-automated-tests/2-exercise-unit-tests.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

learn-pr/language/rust-automated-tests/3-documentation-tests.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

learn-pr/language/rust-automated-tests/4-exercise-documentation-tests.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)