Skip to content

Commit 728040d

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into mysql-flexible-server-backup
2 parents a489e2a + 1a15b16 commit 728040d

File tree

40 files changed

+750
-662
lines changed

40 files changed

+750
-662
lines changed

articles/azure-maps/power-bi-visual-add-bubble-layer.md

Lines changed: 2 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -25,46 +25,17 @@ Initially all bubbles have the same fill color. If a field is passed into the **
2525
| Shape | Transparency. The fill transparency of each bubble. |
2626
| Color | Fill color of each bubble. This option is hidden when a field is passed into the **Legend** bucket of the **Fields** pane and a separate **Data colors** section appears in the **Format** pane. |
2727
| Border | Settings for the border include color, width, transparency and blur.<br/>&nbsp;&nbsp;&nbsp;&nbsp;• Color specifies the color that outlines the bubble. This option is hidden when the **High-contrast outline** option is enabled.<br/>&nbsp;&nbsp;&nbsp;&nbsp;• Width specifies the width of the outline in pixels.<br/>&nbsp;&nbsp;&nbsp;&nbsp;• Transparency specifies the transparency of each bubble.<br/>&nbsp;&nbsp;&nbsp;&nbsp;• Blur specifies the amount of blur applied to the outline of the bubble. A value of one blurs the bubbles such that only the center point has no transparency. A value of 0 apply any blur effect.|
28-
| Zoom | Settings for the zoom property include scale, maximum and minimum.<br/>&nbsp;&nbsp;&nbsp;&nbsp;(Deprecated) Zoom scale is the amount the bubbles should scale relative to the zoom level. A zoom scale of one means no scaling. Large values make bubbles smaller when zoomed out and larger when zoomed in. This helps to reduce the clutter on the map when zoomed out, yet ensures points stand out more when zoomed in. A value of 1 doesn't apply any scaling.<br/>&nbsp;&nbsp;&nbsp;&nbsp;Maximum zoom level tiles are available.<br/>&nbsp;&nbsp;&nbsp;&nbsp;• Minimum zoom level tiles are available. |
28+
| Zoom | Settings for the zoom property include scale, maximum and minimum.<br/>&nbsp;&nbsp;&nbsp;&nbsp;• Maximum zoom level tiles are available.<br/>&nbsp;&nbsp;&nbsp;&nbsp;• Minimum zoom level tiles are available. |
2929
| Options | Settings for the options property include pitch alignment and layer position.<br/>&nbsp;&nbsp;&nbsp;&nbsp;• Pitch alignment specifies how the bubbles look when the map is pitched.<br/>&nbsp;&nbsp;&nbsp;&nbsp;• layer position specifies the position of the layer relative to other map layers. |
3030

3131
## Bubble size scaling
3232

33-
> [!NOTE]
34-
>
35-
> **Bubble size scaling retirement**
36-
>
37-
> The Power BI Visual bubble layer **Bubble size scaling** settings were deprecated starting in the September 2023 release of Power BI. You can no longer create reports using these settings, but existing reports will continue to work. It is recomended that you upgrade existing reports that use these settings to the new **range scaling** property. To upgrade to the new **range scaling** property, select the desired option in the **Range scaling** drop-down list:
38-
>
39-
> :::image type="content" source="./media/power-bi-visual/range-scaling-drop-down.png" alt-text="A screenshot of the range scaling drop-down":::
40-
>
41-
> For more information on the range scaling settings, see **range scaling** in the [previous section](#add-a-bubble-layer).
42-
43-
If a field is passed into the **Size** bucket of the **Fields** pane, the bubbles are scaled relatively to the measure value of each data point. The **Size** option in the **Bubble layer** section of the **Format** pane disappears when a field is passed into the **Size** bucket, as the bubbles have their radii scaled between a min and max value. The following options appear in the **Bubble layer** section of the **Format** pane when a **Size** bucket has a field specified.
33+
If a field is passed into the **Size** bucket of the **Fields** pane, the bubbles are scaled relatively to the measure value of each data point. The **Size** option in the **Bubble layer** section of the **Format** pane disappears when a field is passed into the **Size** bucket, as the bubbles have their radius scaled between a min and max value. The following options appear in the **Bubble layer** section of the **Format** pane when a **Size** bucket has a field specified.
4434

4535
| Setting | Description |
4636
|---------------------|--------------|
4737
| Min size | Minimum bubble size when scaling the data.|
4838
| Max size | Maximum bubble size when scaling the data.|
49-
| Size scaling method | Scaling algorithm used to determine relative bubble size.<br/><br/>&nbsp;• Linear: Range of input data linearly mapped to the min and max size. (default)<br/>&nbsp;• Log: Range of input data logarithmically mapped to the min and max size.<br/>&nbsp;• Cubic-Bezier: Specify X1, Y1, X2, Y2 values of a Cubic-Bezier curve to create a custom scaling method. |
50-
51-
When the **Size scaling method** is set to **Log**, the following options are made available.
52-
53-
| Setting | Description |
54-
|-----------|------------------|
55-
| Log scale | The logarithmic scale to apply when calculating the size of the bubbles. |
56-
57-
When the **Size scaling method** is set to **Cubic-Bezier**, the following options are made available to customize the scaling curve.
58-
59-
| Setting | Description |
60-
|---------|---------------------------------------|
61-
| X1 | X1 parameter of a cubic Bezier curve. |
62-
| Y1 | X2 parameter of a cubic Bezier curve. |
63-
| X2 | Y1 parameter of a cubic Bezier curve. |
64-
| Y2 | Y2 parameter of a cubic Bezier curve. |
65-
66-
> [!TIP]
67-
> [https://cubic-bezier.com/](https://cubic-bezier.com/) has a handy tool for creating the parameters for Cubic-Bezier curves.
6839

6940
## Category labels
7041

articles/azure-maps/power-bi-visual-understanding-layers.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -85,21 +85,9 @@ The general layer section of the **Format** pane are common settings that apply
8585
| Setting | Description |
8686
|----------------|----------------------------------------|
8787
| Unselected transparency | The transparency of shapes that aren't selected, when one or more shapes are selected. |
88-
| Show zeros | (Deprecated) Specifies if points that have a size value of zero should be shown on the map using the minimum radius. |
89-
| Show negatives | (Deprecated) Specifies if absolute value of negative size values should be plotted. |
9088
| Min data value | The minimum value of the input data to scale against. Good for clipping outliers. |
9189
| Max data value | The maximum value of the input data to scale against. Good for clipping outliers. |
9290

93-
> [!NOTE]
94-
>
95-
> **General layer settings retirement**
96-
>
97-
> The **Show zeros** and **Show negatives** Power BI Visual General layer settings were deprecated starting in the September 2023 release of Power BI. You can no longer create new reports using these settings, but existing reports will continue to work. It is recommended that you upgrade existing reports. To upgrade to the new **range scaling** property, select the desired option in the **Range scaling** drop-down list:
98-
>
99-
> :::image type="content" source="./media/power-bi-visual/range-scaling-drop-down.png" alt-text="A screenshot of the range scaling drop-down":::
100-
>
101-
> For more information on the range scaling option, see **Range scaling** in the properties table of the [Add a bubble layer] article.
102-
10391
## Next steps
10492

10593
Change how your data is displayed on the map:
28.2 KB
Loading

articles/healthcare-apis/events/events-consume-logic-apps.md

Lines changed: 28 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,13 @@ author: chachachachami
66
ms.service: azure-health-data-services
77
ms.subservice: fhir
88
ms.topic: tutorial
9-
ms.date: 06/23/2022
9+
ms.date: 11/26/2024
1010
ms.author: chrupa
1111
---
1212

1313
# Tutorial: Consume FHIR events with Logic Apps
1414

15-
> [!NOTE]
16-
> [Fast Healthcare Interoperability Resources (FHIR&#174;)](https://www.hl7.org/fhir/) is an open healthcare specification.
17-
18-
This tutorial shows how to use Azure Logic Apps to process Azure Health Data Services FHIR events. Logic Apps creates and runs automated workflows to process event data from other applications. Learn how to register a FHIR event with your Logic App, meet a specified event criteria, and perform a service operation.
15+
This tutorial shows how to use Azure Logic Apps to process Azure Health Data Services FHIR&reg; events. Logic Apps creates and runs automated workflows to process event data from other applications. Learn how to register a FHIR event with your Logic App, meet a specified event criteria, and perform a service operation.
1916

2017
Here's an example of a Logic App workflow:
2118

@@ -52,7 +49,7 @@ Follow these steps:
5249
7. Specify **Tags**.
5350
8. **Review and create** your Logic App.
5451

55-
You now need to fill out the details of your Logic App. Specify information for these five categories. They are in separate tabs:
52+
You now need to fill out the details of your Logic App. Specify information for the five categories listed in the separate tabs.
5653

5754
:::image type="content" source="media/events-logic-apps/events-logic-tabs.png" alt-text="Screenshot of the five tabs for specifying your Logic App." lightbox="media/events-logic-apps/events-logic-tabs.png":::
5855

@@ -147,17 +144,17 @@ Your proposed Logic app displays the following details:
147144

148145
If you're satisfied with the proposed configuration, select **Create**. If not, select **Previous** to go back and specify new details.
149146

150-
First you'll see an alert telling you that deployment is initializing. Next you'll see a new page telling you that the deployment is in progress.
147+
First you see an alert telling you that deployment is initializing. Next you see a new page telling you that the deployment is in progress.
151148

152149
:::image type="content" source="media/events-logic-apps/events-logic-progress.png" alt-text="Screenshot of the notification telling you your deployment is in progress." lightbox="media/events-logic-apps/events-logic-progress.png":::
153150

154-
If there are no errors, you'll finally see a notification telling you that your deployment is complete.
151+
If there are no errors, you'll see a notification telling you that your deployment is complete.
155152

156153
:::image type="content" source="media/events-logic-apps/events-logic-complete.png" alt-text="Screenshot of the notification telling you your deployment is complete." lightbox="media/events-logic-apps/events-logic-complete.png":::
157154

158155
#### Your Logic App dashboard
159156

160-
Azure creates a dashboard when your Logic App is complete. The dashboard shows you the status of your app. You can return to your dashboard by selecting **Overview** in the Logic App menu. Here's a Logic App dashboard:
157+
Azure creates a dashboard when your Logic App is complete. The dashboard shows you the status of your app. You can return to your dashboard by selecting **Overview** in the Logic App menu. Following is an image of the Logic App dashboard:
161158

162159
:::image type="content" source="media/events-logic-apps/events-logic-overview.png" alt-text="Screenshot of your Logic Apps overview dashboard." lightbox="media/events-logic-apps/events-logic-overview.png":::
163160

@@ -187,7 +184,7 @@ When your Logic App is running, follow these steps to create a Logic App workflo
187184

188185
### Initializing your workflow
189186

190-
Before you begin, you'll need to have a Logic App configured and running correctly.
187+
Before you begin, you need to have a Logic App configured and running correctly.
191188

192189
Once your Logic App is running, you can create and configure a workflow. To initialize a workflow, follow these steps:
193190

@@ -212,21 +209,21 @@ To set up a new workflow, fill in these details:
212209
- Workflow Name
213210
- State type
214211

215-
Specify a new name for your workflow. Indicate whether you want the workflow to be stateful or stateless. Stateful is for business processes and stateless is for processing IoT events.
212+
Provide a new name for your workflow. Indicate whether you want the workflow to be stateful or stateless. Stateful is for business processes and stateless is for processing IoT events.
216213

217-
When you've specified the details, select **Create** to begin designing your workflow.
214+
When you specify the details, select **Create** to begin designing your workflow.
218215

219216
### Designing the workflow
220217

221218
In your new workflow, select the name of the enabled workflow.
222219

223220
You can write code to design a workflow for your application, but for this tutorial, choose the **Designer** option on the **Developer** menu.
224221

225-
Next, select **Choose an operation** to display the **Add a Trigger** blade on the right. Then search for "Azure Event Grid" and select the **Azure** tab below. The Event Grid isn't a Logic App Built-in.
222+
Next, select **Choose an operation** to display the **Add a Trigger** blade on the right. Then search for "Azure Event Grid" and select the following **Azure** tab. The Event Grid isn't a Logic App Built-in.
226223

227224
:::image type="content" source="media/events-logic-apps/events-logic-grid.png" alt-text="Screenshot of the search results for Azure Event Grid." lightbox="media/events-logic-apps/events-logic-grid.png":::
228225

229-
When you see the "Azure Event Grid" icon, select on it to display the **Triggers and Actions** available from Event Grid. For more information about Event Grid, see [What is Azure Event Grid?](./../../event-grid/overview.md).
226+
When you see the "Azure Event Grid" icon, select it to display the **Triggers and Actions** available from Event Grid. For more information about Event Grid, see [What is Azure Event Grid?](./../../event-grid/overview.md).
230227

231228
Select **When a resource event occurs** to set up a trigger for the Azure Event Grid.
232229

@@ -239,21 +236,21 @@ You need to specify the parameters for the trigger:
239236
- Subscription
240237
- Resource Type
241238
- Resource Name
242-
- Event type item(s)
239+
- Event type items
243240

244241
Fill in the details for subscription, resource type, and resource name. Then you must specify the event types you want to respond to. The event types used in this article are:
245242

246-
- Resource created
247-
- Resource deleted
248-
- Resource updated
243+
- Resource created.
244+
- Resource deleted.
245+
- Resource updated.
249246

250247
For more information about supported event types, see [Frequently asked questions about events](events-faqs.md).
251248

252249
### Adding an HTTP action
253250

254-
Once you've specified the trigger events, you must add more details. Select the **+** below the **When a resource event occurs** button.
251+
Once you specify the trigger events, you must add more details. Select the **+** below the **When a resource event occurs** button.
255252

256-
You need to add a specific action. Select **Choose an operation** to continue. Then, for the operation, search for "HTTP" and select on **Built-in** to select an HTTP operation. The HTTP action will allow you to query the FHIR service.
253+
You need to add a specific action. Select **Choose an operation** to continue. Then, for the operation, search for "HTTP" and select **Built-in** to select an HTTP operation. The HTTP action allows you to query the FHIR service.
257254

258255
The options in this example are:
259256

@@ -266,29 +263,29 @@ The options in this example are:
266263

267264
At this point, you need to give the FHIR Reader access to your app, so it can verify that the event details are correct. Follow these steps to give it access:
268265

269-
1. The first step is to go back to your Logic App and select the **Identity** menu item.
266+
1. Go back to your Logic App and select the **Identity** menu.
270267

271268
2. In the System assigned tab, make sure the **Status** is "On".
272269

273-
3. Select on Azure role assignments. Select **Add role assignment**.
270+
3. Select Azure role assignments. Select **Add role assignment**.
274271

275272
4. Specify the following options:
276273

277274
- Scope = Subscription
278275
- Subscription = your subscription
279276
- Role = FHIR Data Reader.
280277

281-
When you've specified the first four steps, add the role assignment by Managed identity, using Subscription, Managed identity (Logic App Standard), and select your Logic App by selecting the name and then selecting the **Select** button. Finally, select **Review + assign** to assign the role.
278+
When you've specified the first four steps, add the role assignment by Managed identity, using **Subscription, Managed identity (Logic App Standard)**, and select your Logic App by selecting the name and then the **Select** button. Finally, select **Review + assign** to assign the role.
282279

283280
### Add a condition
284281

285-
After you have given FHIR Reader access to your app, go back to the Logic App workflow Designer. Then add a condition to determine whether the event is one you want to process. Select the **+** below HTTP to "Choose an operation". On the right, search for the word **Condition**. Select on **Built-in** to display the Control icon. Next select **Actions** and choose **Condition**.
282+
After giving FHIR Reader access to your app, go back to the Logic App workflow Designer. Then add a condition to determine whether the event is one you want to process. Select the **+** below HTTP and select "Choose an operation". On the right, search for the word **Condition**. Select **Built-in** to display the Control icon. Next select **Actions** and choose **Condition**.
286283

287284
When the condition is ready, you can specify what actions happen if the condition is true or false.
288285

289286
### Choosing a condition criteria
290287

291-
In order to specify whether you want to take action for the specific event, begin specifying the criteria by selecting on **Condition** in the workflow. A set of condition choices are then displayed.
288+
In order to specify whether you want to take action for the specific event, begin specifying the criteria by selecting **Condition** in the workflow. A set of condition choices are displayed.
292289

293290
Under the **And** box, add these two conditions:
294291

@@ -303,7 +300,7 @@ The expression for getting the resourceType is `body('HTTP')?['resourceType']`.
303300

304301
You can select **Event Type** from the Dynamic Content.
305302

306-
Here's an example of the Condition criteria:
303+
Here's an example of the Condition criteria.
307304

308305
:::image type="content" source="media/events-logic-apps/events-logic-condition.png" alt-text="Screenshot of the condition criteria for your workflow." lightbox="media/events-logic-apps/events-logic-condition.png":::
309306

@@ -313,7 +310,7 @@ When you've entered the condition criteria, save your workflow.
313310

314311
#### Workflow dashboard
315312

316-
To check the status of your workflow, select **Overview** in the workflow menu. Here's a dashboard for a workflow:
313+
To check the status of your workflow, select **Overview** in the workflow menu. A workflow dashboard appears as follows.
317314

318315
:::image type="content" source="media/events-logic-apps/events-logic-dashboard.png" alt-text="Screenshot of the Logic App workflow dashboard." lightbox="media/events-logic-apps/events-logic-dashboard.png":::
319316

@@ -329,14 +326,14 @@ You can do the following operations from your workflow dashboard:
329326

330327
Save your workflow by selecting the **Save** button.
331328

332-
To test your new workflow, do the following steps:
329+
To test your new workflow, do the following.
333330

334331
1. Add a new Patient FHIR Resource to your FHIR Service.
335-
2. Wait a moment or two and then check the Overview webpage of your Logic App workflow.
332+
2. Allow time for the update to complete, then check the Overview webpage of your Logic App workflow.
336333
3. The event should be shaded in green if the action was successful.
337334
4. If it failed, the event is shaded in red.
338335

339-
Here's an example of a workflow trigger success operation:
336+
Following is an example of a workflow trigger success operation.
340337

341338
:::image type="content" source="media/events-logic-apps/events-logic-success.png" alt-text="Screenshot showing workflow success indicated by green highlighting of the workflow name." lightbox="./media/events-logic-apps/events-logic-success.png":::
342339

@@ -354,4 +351,4 @@ To learn about the Events frequently asked questions (FAQs), see
354351
> [!div class="nextstepaction"]
355352
> [Frequently asked questions about events](events-faqs.md)
356353
357-
FHIR&#174; is a registered trademark of Health Level Seven International, registered in the U.S. Trademark Office and is used with their permission.
354+
[!INCLUDE [FHIR and DICOM trademark statement](../includes/healthcare-apis-fhir-dicom-trademark.md)]

0 commit comments

Comments
 (0)