Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Creating Resources on Azure Tutorial #13024

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
---
title: "Defining and Provisioning Resources"
title_tag: "Defining and Provisioning Resources"
title: "Creating Resources on AWS"
title_tag: "Creating Resources on AWS"
layout: single

# A succinct description of the tutorial. It appears on the Tutorials home and collection pages.
description: Learn how to define and provision resources in Pulumi.
description: Learn how to define and provision resources on AWS using Pulumi.

# A similar description used for search results and social-media previews.
meta_desc: Learn how to define and provision resources in Pulumi.
meta_desc: Learn how to define and provision resources on AWS using Pulumi.

# An image for the tutorial. It appears on tutorial page and in social-media previews.
meta_image: meta.png
# # An image for the tutorial. It appears on tutorial page and in social-media previews.
# meta_image: meta.png

# An optional video for the tutorial. When present, it appears at the top of the page, replacing
# the meta image. YouTube and HTML5 video sources are supported.
video:
youtube: 1UEkiXqxgB8
youtube: Q1pL30ifeZ8

# The order in which the tutorial appears in most lists. Order is ascending, so higher numbers
# mean the tutorial will appear further down the list. Positive integers only.
Expand Down Expand Up @@ -50,6 +50,7 @@ estimated_time: 10

aliases:
- /docs/using-pulumi/define-and-provision-resources/
- /tutorials/define-and-provision-resources/
---

## Create a virtual machine
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading