Skip to content

Commit 04acd5c

Browse files
authored
Merge pull request #294308 from ProfessorKendrick/astro-freshness
[Liftr] astro-freshness
2 parents bfc1824 + 6ee3312 commit 04acd5c

14 files changed

+69
-89
lines changed
Lines changed: 38 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,95 +1,72 @@
11
---
2-
title: Create an Apache Airflow on Astro deployment
3-
description: This article describes how to use the Azure portal to create an instance of Apache Airflow on Astro - An Azure Native ISV Service.
2+
title: "Quickstart: Get started with Apache Airflow on Astro"
3+
description: Learn how to create an Astro resource in the Azure portal.
44
ms.topic: quickstart
5-
ms.date: 02/14/2024
5+
ms.date: 02/07/2025
66
ms.custom:
77
- references_regions
88
- ignite-2023
99
---
1010

11-
# QuickStart: Get started with Apache Airflow on Astro – An Azure Native ISV Service
11+
# Quickstart: Get started with Apache Airflow on Astro
1212

13-
In this quickstart, you use the Azure portal and Marketplace to find and create an instance of Apache Airflow on Astro - An Azure Native ISV Service. Use Apache Airflow on Astro to run data pipelines that power company dashboards, AI, and ML applications.
14-
15-
When you install Astro as an Azure Native ISV Service, you manage your Astro resource usage and billing alongside your existing Azure applications. You also get an integration with Microsoft Entra ID for your organization.
16-
17-
For more information, see [Install Astro from the Azure Marketplace](https://docs.astronomer.io/astro/install-azure).
13+
In this quickstart, you create an instance of Apache Airflow on Astro.
1814

1915
## Prerequisites
2016

21-
- An Azure account. If you don't have an active Azure subscription, [create a free account](https://azure.microsoft.com/free/). Make sure you're an _Owner_ or a _Contributor_ in the subscription.
22-
23-
## Create a new Astro resource
24-
25-
In this section, you see how to create an instance of Apache Airflow on Astro using Azure portal.
26-
27-
### Find the service
17+
[!INCLUDE [create-prerequisites](../includes/create-prerequisites.md)]
18+
- You must [subscribe to Apache Airflow on Astro](overview.md#subscribe-to-apache-airflow-on-astro).
2819

29-
1. Use the search in the [Azure portal](https://portal.azure.com) to find the _Apache Airflow on Astro - An Azure Native ISV Service_ application.
30-
2. Alternatively, go to Marketplace and search for _Apache Airflow on Astro - An Azure Native ISV Service_.
31-
3. Subscribe to the corresponding service.
20+
## Create an Astro resource
3221

33-
:::image type="content" source="media/astronomer-create/astronomer-marketplace.png" alt-text="Screenshot of Astro application in the Marketplace.":::
22+
[!INCLUDE [create-resource](../includes/create-resource.md)]
3423

35-
### Basics
24+
### Basics tab
3625

37-
1. Set the following values in the **Create an Astro Organization** pane.
26+
The *Basics* tab has three sections:
3827

39-
:::image type="content" source="media/astronomer-create/astronomer-create.png" alt-text="Screenshot of basics pane of the Astronomer create experience.":::
28+
- Project details
29+
- Azure resource details
30+
- Astro organization details
4031

41-
| Property | Description |
42-
|---------|---------|
43-
| **Subscription** | From the drop-down, select your Azure subscription where you have Owner or Contributor access. |
44-
| **Resource group** | Specify whether you want to create a new resource group or use an existing one. A resource group is a container that holds related resources for an Azure solution. For more information, see [Azure Resource Group overview](/azure/azure-resource-manager/management/overview).|
45-
| **Resource Name** | Put the name for the Astro organization you want to create. |
46-
| **Region** | Select the closest region to where you would like to deploy your resource. |
47-
| **Astro Organization name** | Corresponds to the name of your company, usually. |
48-
| **Workspace Name** | Name of the default workspace where you would like to group your Airflow deployments. |
49-
| **Pricing Plan** | Choose the default Pay-As-You-Go option |
32+
:::image type="content" source="media/create/basics-tab.png" alt-text="A screenshot of the Create an Astro Organization options inside of the Azure portal's working pane with the Basics tab displayed.":::
5033

51-
### Tags
34+
There are required fields (identified with a red asterisk) in each section that you need to fill out.
5235

53-
You can specify custom tags for the new Astro resource in Azure by adding custom key-value pairs.
36+
1. Enter the values for each required setting under *Project details*.
5437

55-
1. Select Tags.
38+
| Field | Action |
39+
|---------------------|-----------------------------------------------------------|
40+
| Subscription | Select a subscription from your existing subscriptions. |
41+
| Resource group | Use an existing resource group or create a new one. |
5642

57-
:::image type="content" source="media/astronomer-create/astronomer-custom-tags.png" alt-text="Screenshot showing the tags pane in the Astro create experience.":::
43+
1. Enter the values for each required setting under *Azure Resource details*.
5844

59-
| Property | Description |
60-
|----------| -------------|
61-
| **Name** | Name of the tag corresponding to the Astro resource. |
62-
| **Value** | Value of the tag corresponding to the Astro resource. |
45+
| Field | Action |
46+
|--------------------|-------------------------------------------|
47+
| Resource name | Specify a unique name for the resource. |
48+
| Region | Select a region to deploy your resource. |
6349

64-
### Review and create
50+
1. Enter the values for each required setting under *New Relic account details*.
6551

66-
1. Select the **Next: Review + Create** to navigate to the final step for resource creation. When you get to the **Review + Create** page, all validations are run. At this point, review all the selections made in the Basics and optionally Tags panes. You can also review the Astronomer and Azure Marketplace terms and conditions.
52+
| Field | Action |
53+
|-------------------|--------------------------------------------------------------------------------------------------|
54+
| Organization | Choose to create a new organization, or associate your resource with an existing organization. |
55+
| Workspace Name | Choose a name for your workspace. |
6756

68-
:::image type="content" source="media/astronomer-create/astronomer-review-and-create.png" alt-text="Screenshot showing the Review and Create pane in the create process.":::
57+
The remaining fields update to reflect the details of the plan you selected for this new organization.
6958

70-
1. After you review all the information, select **Create**. Azure now deploys the Astro resource.
59+
1. Select the **Next** button at the bottom of the page.
7160

72-
:::image type="content" source="media/astronomer-create/astronomer-deploy.png" alt-text="Screenshot showing Astronomer deployment in process.":::
61+
### Tags tab (optional)
7362

74-
### Deployment completed
63+
[!INCLUDE [tags](../includes/tags.md)]
7564

76-
1. Once the create process is completed, select **Go to Resource** to navigate to the specific Astro resource.
65+
### Review + create tab
7766

78-
:::image type="content" source="media/astronomer-create/astronomer-deployment-complete.png" alt-text="Screenshot of a completed Astro deployment.":::
79-
80-
1. Select **Overview** in the Resource menu to see information on the deployed resources.
81-
82-
:::image type="content" source="media/astronomer-create/astronomer-overview-pane.png" alt-text="Screenshot of information on the Astronomer resource overview.":::
83-
84-
1. Now select on the **SSO Url** to redirect to the newly created Astro organization.
67+
[!INCLUDE [review-create](../includes/review-create.md)]
8568

8669
## Next steps
8770

88-
- [Manage the Astro resource](manage.md)
89-
- Get started with Apache Airflow on Astro on
90-
91-
> [!div class="nextstepaction"]
92-
> [Azure portal](https://ms.portal.azure.com/?Azure_Marketplace_Astronomer_assettypeoptions=%7B%22Astronomer%22%3A%7B%22options%22%3A%22%22%7D%7D#browse/Astronomer.Astro%2Forganizations)
71+
[Manage an Astro resource](manage.md)
9372

94-
> [!div class="nextstepaction"]
95-
> [Azure Marketplace](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/astronomer1591719760654.astronomer?tab=Overview)

articles/partner-solutions/astronomer/manage.md

Lines changed: 31 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -5,52 +5,55 @@ description: This article describes management functions for Astro on the Azure
55
ms.topic: how-to
66
ms.custom:
77
- ignite-2023
8-
ms.date: 02/14/2024
8+
ms.date: 02/07/2025
99
---
1010

11-
# Manage your Astro integration through the portal
11+
# Manage an Astro resource
1212

13-
## Single sign-on
13+
This article describes how to manage the settings for Astro resources.
1414

15-
Single sign-on (SSO) is already enabled when you created your Astro resource. To access Astro through SSO, follow these steps:
15+
## Resource overview
1616

17-
1. Navigate to the Overview for your instance of the Astro resource. Select on the SSO Url.
17+
[!INCLUDE [manage](../includes/manage.md)]
1818

19-
:::image type="content" source="media/astronomer-manage/astronomer-sso-overview.png" alt-text="Screenshot showing the Single Sign-on url in the Overview pane of the Astro resource.":::
19+
:::image type="content" source="media/manage/resource-overview.png" alt-text="A screenshot of an Astro resource in the Azure portal with the overview displayed in the working pane." lightbox="media/manage/resource-overview.png":::
2020

21-
1. The first time you access this Url, depending on your Azure tenant settings, you might see a request to grant permissions and User consent. This step is only needed the first time you access the SSO Url.
21+
The *Essentials* details include:
2222

23-
> [!NOTE]
24-
> If you are also seeing Admin consent screen then please check your [tenant consent settings](/azure/active-directory/manage-apps/configure-user-consent).
25-
>
23+
- Resource group
24+
- Location
25+
- Subscription
26+
- Subscription ID
27+
- Tags
28+
- Plan
29+
- Status
30+
- SSO Url
2631

27-
1. Choose a Microsoft Entra account for the Single Sign-on. Once consent is provided, you're redirected to the Astro portal.
32+
To manage your resource, select the links next to corresponding details.
2833

29-
## Delete an Astro deployment
34+
Below the essentials, you can navigate to other details about your resource.
3035

31-
Once the Astro resource is deleted, all billing stops for that resource through Azure Marketplace. If you're done using your resource and would like to delete the same, follow these steps:
36+
Select the **Go to Astro** button to create and manage your Airflow Deployments.
3237

33-
1. From the Resource menu, select the Astro deployment you would like to delete.
38+
Select the **Getting Started Docs** link to read [Astronomer's documentation](https://www.astronomer.io/docs/astro/run-first-dag/) for more information on how to get started.
3439

35-
1. On the working pane of the **Overview**, select **Delete**.
40+
## Single sign-on
3641

37-
:::image type="content" source="media/astronomer-manage/astronomer-delete-deployment.png" alt-text="Screenshot showing how to delete an Astro resource.":::
42+
Single sign-on (SSO) is already enabled when you created your Astro resource.
3843

39-
1. Confirm that you want to delete the Astro resource by entering the name of the resource.
44+
To access Astro using single sign-on, select the SSO Url link in the *Essentials* details from the Resource overview.
4045

41-
:::image type="content" source="media/astronomer-manage/astronomer-confirm-delete.png" alt-text="Screenshot showing the final confirmation of delete for an Astro resource.":::
46+
> [!NOTE]
47+
>
48+
> - The first time you access this Url you might see a request to grant permissions and User consent. This step is only needed the first time you access the SSO Url.
49+
> - If you're also seeing Admin consent screen, check your [tenant consent settings](/azure/active-directory/manage-apps/configure-user-consent).
4250
43-
1. Select the reason why would you like to delete the resource.
51+
Choose a Microsoft Entra account for the single sign-on. Once consent is provided, you're redirected to the Astro portal.
4452

45-
1. Select **Delete**.
53+
## Delete an Astro resource
4654

47-
## Next steps
55+
[!INCLUDE [delete-resource](../includes/delete-resource.md)]
4856

49-
- For help with troubleshooting, see [Troubleshooting Astro integration with Azure](troubleshoot.md).
50-
- Get started with Apache Airflow on Astro on
51-
52-
> [!div class="nextstepaction"]
53-
> [Azure portal](https://ms.portal.azure.com/?Azure_Marketplace_Astronomer_assettypeoptions=%7B%22Astronomer%22%3A%7B%22options%22%3A%22%22%7D%7D#browse/Astronomer.Astro%2Forganizations)
57+
## Next steps
5458

55-
> [!div class="nextstepaction"]
56-
> [Azure Marketplace](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/astronomer1591719760654.astronomer?tab=Overview)
59+
[Troubleshoot Astro](troubleshoot.md)

0 commit comments

Comments
 (0)