Skip to content

Commit ff190c6

Browse files
authored
Merge pull request #300512 from ProfessorKendrick/edits0528
[Liftr] Azure portal article guidance updates
2 parents 4c99500 + d0be9a1 commit ff190c6

36 files changed

+83
-82
lines changed

articles/partner-solutions/apache-kafka-confluent-cloud/add-confluent-connectors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ A notification is displayed on the top right, calling out the status of the depl
132132
## Manage Azure Confluent Connectors (preview)
133133

134134
1. Open your Confluent organization and select **Confluent** > **Confluent Connectors** from the left menu.
135-
1. Select your **Environment** and **Cluster** from the dropdown menu. The Azure portal now displays the list of Azure connectors in the respective environment and cluster. The following optional actions are available:
135+
1. Select your **Environment** and **Cluster** from the dropdown menu. The Azure portal now shows the list of Azure connectors in the respective environment and cluster. The following optional actions are available:
136136

137137
* Filter connectors by **Type** (**Source** or **Sink**) and **Status** (**Running**, **Failed**, **Provisioning, or **Paused**).
138138
* Search for a connector by entering a name in the search bar on the right hand side.

articles/partner-solutions/apache-kafka-confluent-cloud/create-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Use the Azure portal to find the Apache Kafka & Apache Flink on Confluent Cloud
2323

2424
1. In a web browser, go to the [Azure portal](https://portal.azure.com/) and sign in.
2525

26-
1. If you've visited the **Marketplace** in a recent session, select the icon from the available options. Otherwise, search for _Marketplace_.
26+
1. If you've gone to the **Marketplace** in a recent session, select the icon from the available options. Otherwise, search for _Marketplace_.
2727

2828
1. From the **Marketplace** page, you have two options based on the type of plan you want. You can sign up for a pay-as-you-go plan or commitment plan. Pay-as-you-go is publicly available. The commitment plan is available to customers who have been approved for a private offer.
2929

articles/partner-solutions/apache-kafka-confluent-cloud/create-confluent-resources.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.date: 11/22/2024
88

99
# Create Confluent resources in Azure (preview)
1010

11-
The next step after creating a Confluent Organization is to create other Confluent constructs such as environments, clusters, and topics. This can be done directly in Azure and is a prerequisite to creating Confluent connectors. The feature presented in this article is in preview.
11+
The next step after creating a Confluent Organization is to create other Confluent constructs like environments, clusters, and topics. This can be done directly in Azure and is a prerequisite to creating Confluent connectors. The feature presented in this article is in preview.
1212

1313
## Environments
1414

@@ -52,19 +52,19 @@ If you no longer need to use an environment and the clusters operating within it
5252
> [!NOTE]
5353
> Azure only supports deleting environments created in Azure. To delete an environment created in Confluent, use the Confluent UI.
5454
55-
From the list of environments, select the ellipsis action (****) next to the name of the environment you want to delete and select **Delete Environment**. Alternatively, click on the name of the environment you want to delete and then select **Delete Environment** at the top. A right pane opens up, listing the environment's nested clusters, connectors, and their status. Confirm deletion by entering the environment name in the text box at the bottom and selecting **Delete**. Confirm again. Your environment is now deleted.
55+
From the list of environments, select the ellipsis action (****) next to the name of the environment you want to delete and select **Delete Environment**. Alternatively, select the name of the environment you want to delete and then select **Delete Environment** at the top. A right pane opens up, listing the environment's nested clusters, connectors, and their status. Confirm deletion by entering the environment name in the text box at the bottom and selecting **Delete**. Confirm again. Your environment is now deleted.
5656

5757

5858
## Clusters
5959

60-
Similar to environments, you can have multiple clusters within a single environment. These clusters are available in various configurations: basic, standard, enterprise, and dedicated. The pricing and feature support for clusters vary depending on the type of cluster. For more information on the cluster types, go to [Confluent Cloud Cluster Types](https://docs.confluent.io/cloud/current/clusters/cluster-types.html).
60+
Similar to environments, you can have multiple clusters within a single environment. These clusters are available in different configurations: basic, standard, enterprise, and dedicated. The pricing and feature support for clusters vary depending on the type of cluster. For more information on the cluster types, go to [Confluent Cloud Cluster Types](https://docs.confluent.io/cloud/current/clusters/cluster-types.html).
6161

6262
### Create a cluster
6363

6464
Select **Create Cluster** in the top ribbon of your environment page. A new window opens up.
6565

6666
1. Select or enter the following information in the **Basics** tab:
67-
- Confluent resource details: Use the pre-populated default values of the organization and environment, or optionally modify the environment name to create the new cluster in another environment.
67+
- Confluent resource details: Use the pre-populated default values of the organization and environment, or optionally change the environment name to create the new cluster in another environment.
6868
- Cluster:
6969
- Cluster name: Enter a name for the new cluster.
7070
- Cluster type: Select between **Basic**, **Standard**, and **Enterprise**. Select the hyperlink to view a detailed comparison of each plan.
@@ -81,7 +81,7 @@ To view the clusters in your Confluent organization:
8181

8282
### Manage connectors
8383

84-
Connectors are nested within the clusters. To manage these connectors and monitor their health and status, click on your cluster name and select **Manage Connector** in the top ribbon within the cluster. This action opens the **Confluent Connectors** blade that displays all existing connectors.
84+
Connectors are nested within the clusters. To manage these connectors and monitor their health and status, select your cluster name and select **Manage Connector** in the top ribbon within the cluster. This action opens the **Confluent Connectors** blade that shows all existing connectors.
8585

8686
Back in the cluster pane, to further manage your cluster for advanced configurations, select **Manage cluster in Confluent portal** at the top, which opens the Confluent UI.
8787

@@ -120,7 +120,7 @@ Follow the instructions below to delete a topic, once you no longer need it.
120120
In the **Environments (Preview)** menu, open a cluster, then the topic you want to delete, and select **Delete Topic** in the top ribbon. Enter the topic name to confirm the operation. Your topic is now deleted.
121121

122122
> [!NOTE]
123-
> Azure only supports deleting topics created in Azure. To delete a topics created in Confluent, use the Confluent UI.
123+
> Azure only supports deleting topics created in Azure. To delete a topic created in Confluent, use the Confluent UI.
124124
125125
## Next steps
126126

articles/partner-solutions/apache-kafka-confluent-cloud/create-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Use the Azure portal to find the Apache Kafka & Apache Flink on Confluent Cloud
2323

2424
1. In a web browser, go to the [Azure portal](https://portal.azure.com/) and sign in.
2525

26-
1. If you've visited the **Marketplace** in a recent session, select the icon from the available options. Otherwise, search for _Marketplace_.
26+
1. If you've gone to the **Marketplace** in a recent session, select the icon from the available options. Otherwise, search for _Marketplace_.
2727

2828
1. From the **Marketplace** page, you have two options based on the type of plan you want. You can sign up for a pay-as-you-go plan or commitment plan. Pay-as-you-go is publicly available. The commitment plan is available to customers who have been approved for a private offer.
2929

articles/partner-solutions/apache-kafka-confluent-cloud/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Apache Kafka & Apache Flink on Confluent Cloud is an Azure Marketplace offering
1717

1818
To reduce the burden of cross-platform management, Microsoft partnered with Confluent Cloud to build an integrated provisioning layer from Azure to Confluent Cloud. It provides a consolidated experience for using Confluent Cloud on Azure. You can easily integrate and manage Confluent Cloud with your Azure applications.
1919

20-
Previously, you had to purchase the Confluent Cloud offering in the Marketplace and separately set up the account in Confluent Cloud. To manage configurations and resources, you had to navigate between the portals for Azure and Confluent Cloud.
20+
Previously, you had to buy the Confluent Cloud offering in the Marketplace and separately set up the account in Confluent Cloud. To manage configurations and resources, you had to navigate between the portals for Azure and Confluent Cloud.
2121

2222
Now, you provision the Confluent Cloud resources through a resource provider named **Microsoft.Confluent**. You create and manage Confluent Cloud organization resources through the [Azure portal](https://portal.azure.com/), [Azure CLI](/cli/azure/), or [Azure SDKs](/azure#languages-and-tools). Confluent Cloud owns and runs the software as a service (SaaS) application, including the environments, clusters, topics, API keys, and managed connectors.
2323

@@ -38,7 +38,7 @@ Each Azure subscription can contain multiple Confluent plans. Each Confluent pla
3838

3939
When you provision a Confluent Cloud resource in Azure, you get a Confluent organization ID, default environment, and user account. For more information, see [QuickStart: Get started with Confluent Cloud on Azure](create.md).
4040

41-
Each Confluent Cloud offer purchased in the Marketplace maps to a unique Confluent organization for billing.
41+
Each Confluent Cloud offer you buy in Azure Marketplace maps to a unique Confluent organization for billing.
4242

4343
## Single sign-on
4444

articles/partner-solutions/apache-kafka-confluent-cloud/troubleshoot.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 1/31/2024
1010

1111
This document contains information about troubleshooting your solutions that use Apache Kafka® & Apache Flink® on Confluent Cloud™ - An Azure Native ISV Service.
1212

13-
If you don't find an answer or can't resolve a problem, [create a request through the Azure portal](get-support.md) or contact [Confluent support](https://support.confluent.io).
13+
If you don't find an answer or can't fix a problem, [create a request through the Azure portal](get-support.md) or contact [Confluent support](https://support.confluent.io).
1414

1515
## Can't find offer in the Marketplace
1616

@@ -54,13 +54,13 @@ This error could be an intermittent problem with the Azure portal. Try to deploy
5454

5555
## Unable to delete
5656

57-
If you're unable to delete Confluent resources, verify you have permissions to delete the resource. You must be allowed to take Microsoft.Confluent/*/Delete actions. For information about viewing permissions, see [List Azure role assignments using the Azure portal](../../role-based-access-control/role-assignments-list-portal.yml).
57+
If you're unable to delete Confluent resources, check that you have permissions to delete the resource. You must be allowed to take Microsoft.Confluent/*/Delete actions. For information about viewing permissions, see [List Azure role assignments using the Azure portal](../../role-based-access-control/role-assignments-list-portal.yml).
5858

5959
If you have the correct permissions but still can't delete the resource, contact [Confluent support](https://support.confluent.io). This condition might be related to Confluent's retention policy. Confluent support can delete the organization and email address for you.
6060

6161
## Unable to use single sign-on
6262

63-
If SSO isn't working for the Confluent Cloud SaaS portal, verify you're using the correct Microsoft Entra ID email. You must also have consented to allow access for the Confluent Cloud software as a service (SaaS) portal.
63+
If SSO isn't working for the Confluent Cloud SaaS portal, check that you're using the correct Microsoft Entra ID email. You must also have consented to allow access for the Confluent Cloud software as a service (SaaS) portal.
6464

6565
If the problem persists, contact [Confluent support](https://support.confluent.io).
6666

articles/partner-solutions/arize-ai/manage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ To manage your resource, select the links next to corresponding details.
3535

3636
## Get support
3737

38-
Contact [Arize](https://arize.com/contact/) for customer support. You can also visit the [Slack Support Community](https://arize-ai.slack.com/ssb/redirect) for more help.
38+
Contact [Arize](https://arize.com/contact/) for customer support. You can also go to the [Slack Support Community](https://arize-ai.slack.com/ssb/redirect) for more help.

articles/partner-solutions/astronomer/troubleshoot.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 02/14/2024
1111

1212
# Troubleshooting Astro integration with Azure
1313

14-
You can get support for your Astro deployment through a **New Support request**. For further assistance, visit the [Astronomer Support](https://support.astronomer.io). In addition, this article includes troubleshooting for problems you might experience in creating and using an Astro resource.
14+
You can get support for your Astro deployment through a **New Support request**. For further assistance, go to the [Astronomer Support](https://support.astronomer.io). In addition, this article includes troubleshooting for problems you might experience in creating and using an Astro resource.
1515

1616
## Getting support
1717

@@ -49,7 +49,7 @@ If the deployment fails and the Astro resource has a status of `Failed`, delete
4949

5050
### Unable to use Single sign-on
5151

52-
If SSO isn't working for the Astronomer portal, verify you're using the correct Microsoft Entra email. You must also have consented to allow access for the Astronomer Software as a service (SaaS) portal.
52+
If SSO isn't working for the Astronomer portal, check that you're using the correct Microsoft Entra email. You must also have consented to allow access for the Astronomer Software as a service (SaaS) portal.
5353

5454
> [!NOTE]
5555
> If you are seeing an Admin consent screen along with the User consent during your first-time login using the SSO Url, then please check your [tenant consent settings](/azure/active-directory/manage-apps/configure-user-consent?pivots=portal).
@@ -58,7 +58,7 @@ For more information, see the [single sign-on guidance](manage.md#single-sign-on
5858

5959
### Unable to install Astro using a personal email
6060

61-
Installing Apache Airflow on Astro from the Azure Marketplace using a personal email from a generic domain isn't supported. To install this service, use an email address with a unique domain, such as an email address associated with work or school, or start by creating a new user in Azure and make this user a subscription owner. For more information, see [Install Astro from the Azure Marketplace using a personal email](https://docs.astronomer.io/astro/install-azure#install-astro-from-the-azure-marketplace-using-a-personal-email).
61+
Installing Apache Airflow on Astro from the Azure Marketplace using a personal email from a generic domain isn't supported. To install this service, use an email address with a unique domain, like an email address associated with work or school, or start by creating a new user in Azure and make this user a subscription owner. For more information, see [Install Astro from the Azure Marketplace using a personal email](https://docs.astronomer.io/astro/install-azure#install-astro-from-the-azure-marketplace-using-a-personal-email).
6262

6363
## Next steps
6464

articles/partner-solutions/datadog/link-to-existing-organization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Begin by signing in to the [Azure portal](https://portal.azure.com/).
3131

3232
1. Select the **+ Create** option under **Link Azure subscription to an existing Datadog org**.
3333

34-
The **Create** resource pane displays in the working pane with the *Basics* tab open by default.
34+
The **Create** resource pane shows in the working pane with the *Basics* tab open by default.
3535

3636
### Basics tab
3737

articles/partner-solutions/datadog/manage.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Below the essentials, you can navigate to other details about your resource by s
3838

3939
- **View Dashboards** provides insights on health and performance.
4040
- **View Logs** allows you to search and analyze logs using adhoc queries.
41-
- **View host maps** provides a complete view of all hosts (VMs, VMSS, App service plans)
41+
- **View host maps** provides a complete view of all hosts (Azure Virtual Machines, Azure Virtual Machine Scale Sets, Azure App service plans)
4242

4343
A summary of resources is also displayed in the working pane.
4444

@@ -53,11 +53,11 @@ A summary of resources is also displayed in the working pane.
5353

5454
To change the configuration rules for metrics and logs:
5555

56-
1. Select **Datadog organization configurations > Metrics and Logs** from the Resource menu.
56+
1. Select **Datadog organization configurations > Metrics and Logs** from the service menu.
5757

5858
## View monitored resources
5959

60-
To view the list of resources emitting logs to Datadog, select **Datadog organization configurations > Monitored Resources** in the Resource menu.
60+
To view the list of resources emitting logs to Datadog, select **Datadog organization configurations > Monitored Resources** in the service menu.
6161

6262
> [!TIP]
6363
> You can filter the list of resources by resource type, subscription, resource group name, location, and whether the resource is sending logs and metrics.
@@ -72,7 +72,7 @@ To monitor multiple subscriptions:
7272

7373
1. Select **Add subscriptions** from the Command bar.
7474

75-
The **Add Subscriptions** experience that opens and displays subscriptions you have _Owner_ role assigned to and any Datadog resource created in those subscriptions that is already linked to the same Datadog organization as the current resource.
75+
The **Add Subscriptions** experience that opens and shows subscriptions you have _Owner_ role assigned to and any Datadog resource created in those subscriptions that is already linked to the same Datadog organization as the current resource.
7676

7777
If the subscription you want to monitor has a resource already linked to the same Datadog org, delete the Datadog resources to avoid shipping duplicate data and incurring double the charges.
7878

@@ -91,7 +91,7 @@ Once the subscription is added, the status changes to *Active*.
9191

9292
To unlink subscriptions from a Datadog resource:
9393

94-
1. Select **Datadog organization configurations > Monitored Subscriptions** from the Resource menu.
94+
1. Select **Datadog organization configurations > Monitored Subscriptions** from the service menu.
9595

9696
1. Select the subscription you want to remove.
9797

@@ -103,7 +103,7 @@ To view the updated list of monitored subscriptions, select **Refresh** from the
103103

104104
To view the list of API keys for your Datadog resource:
105105

106-
1. Select **Settings > Keys** from the Resource menu.
106+
1. Select **Settings > Keys** from the service menu.
107107

108108
The Azure portal provides a read-only view of the API keys.
109109

0 commit comments

Comments
 (0)