You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/azure-netapp-files-delegate-subnet.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
5
5
author: b-hchen
6
6
ms.service: azure-netapp-files
7
7
ms.topic: how-to
8
-
ms.date: 10/09/2024
8
+
ms.date: 11/27/2024
9
9
ms.author: anfdocs
10
10
---
11
11
# Delegate a subnet to Azure NetApp Files
@@ -14,7 +14,15 @@ You must delegate a subnet to Azure NetApp Files. When you create a volume, you
14
14
15
15
## Considerations
16
16
17
-
* When creating the delegated subnet for Azure NetApp Files, the size of the subnet matters. A subnet with a /28 network mask provides (only) 11 usable IP addresses, which might be insufficient for certain use cases. In that case, you should plan for a larger delegated subnet. For instance, a subnet with a /26 network mask provides 59 and a /24 network mask provides 251 available IP addresses respectively. You should consider even larger subnets (for example, /23 network mask) in scenarios where application volume group for SAP HANA is used and where many volumes and storage endpoints are anticipated. The network mask of the delegated network can't be changed after the initial creation. Make sure to plan your virtual network (VNet) and delegated subnet sizes consciously.
17
+
* When creating the delegated subnet for _Azure NetApp Files_, consider the size of the subnet. A subnet with a **/28 network mask** provides only **11 usable IP addresses**, which might be insufficient for certain use cases. Consider creating a larger subnet mask. For example:
18
+
19
+
- A **/26 network mask** provides **59 usable IP addresses**
20
+
- A **/24 network mask** provides **251 usable IP addresses**
21
+
22
+
In scenarios involving high application volume counts such as _SAP HANA_, consider larger subnets, like a **/23 network mask.** Larger subnets are especially beneficial if you expect many volumes and storage endpoints.
23
+
24
+
Once the delegated network is created, its network mask cannot be altered. Thus it's essential to thoughtfully plan your virtual network (VNet) and delegated subnet sizes with an eye toward the future.
25
+
18
26
* In each VNet, only one subnet can be delegated to Azure NetApp Files.
19
27
Azure enables you to create multiple delegated subnets in a VNet. However, any attempts to create a new volume would fail if you use more than one delegated subnet.
20
28
You can have only a single delegated subnet in a VNet. A NetApp account can deploy volumes into multiple VNets, each having its own delegated subnet.
Copy file name to clipboardExpand all lines: articles/data-factory/connector-rest.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -928,7 +928,7 @@ The backend will automatically get the next URL based on the RFC 5988 style link
928
928
>
929
929
> :::image type="content" source="media/connector-rest/pagination-rule-example-7-disable-rfc5988.png" alt-text="Screenshot showing how to disable R F C 5988 setting for Example 7.":::
930
930
931
-
#### Example 8: The next request URL is from the response body when use pagination in mapping data flows
931
+
#### Example 8a: The next request URL is in the response body when using pagination in mapping data flows
932
932
933
933
This example states how to set the pagination rule and the end condition rule in mapping data flows when the next request URL is from the response body.
934
934
@@ -952,6 +952,18 @@ But if the value of **@odata.nextLink** in the last response body is equal to th
952
952
953
953
:::image type="content" source="media/connector-rest/pagination-rule-example-8-end-condition-2.png" alt-text="Screenshot showing setting the end condition rule when the complete key in the response header equals to true indicates the end of pagination.":::
954
954
955
+
#### Example 8b: The next request URL is in the response body when using pagination in copy activity
956
+
957
+
This example demonstrates how to set the pagination rule in a copy activity when the next request URL is contained within the response body.
958
+
959
+
The response schema is shown below:
960
+
961
+
:::image type="content" source="media/connector-rest/pagination-rule-example-8-response-schema.png" alt-text="Screenshot showing the response schema of Example 8b.":::
962
+
963
+
The pagination rules should be set as shown in the following screenshot:
964
+
965
+
:::image type="content" source="media/connector-rest/pagination-rule-example-8b.png" alt-text="Screenshot showing how to set the pagination rule for Example 8b.":::
966
+
955
967
#### Example 9: The response format is XML and the next request URL is from the response body when use pagination in mapping data flows
956
968
957
969
This example states how to set the pagination rule in mapping data flows when the response format is XML and the next request URL is from the response body. As shown in the following screenshot, the first URL is *https://\<user\>.dfs.core.windows.NET/bugfix/test/movie_1.xml*
Copy file name to clipboardExpand all lines: articles/event-grid/handler-service-bus.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ In the Azure portal, while creating an event subscription, select **Service Bus
18
18
:::image type="content" source="./media/handler-service-bus/queue.png" lightbox="./media/handler-service-bus/queue.png" alt-text="Screenshot showing the configuration of a Service Bus queue handler.":::
19
19
20
20
> [!NOTE]
21
-
> Session enabled queues are not supported as event handlers for Azure Event Grid events
21
+
> If you are using session enabled queue/topic subscription as the destination, you need to set the session property on the event using Delivery Property with the header name 'SessionId'.
22
22
23
23
### Use Azure CLI
24
24
Use the [`az eventgrid event-subscription create`](/cli/azure/eventgrid/event-subscription) command with `--endpoint-type` set to `servicebusqueue` and `--endpoint` set to `/subscriptions/{AZURE SUBSCRIPTION}/resourceGroups/<RESOURCE GROUP NAME>/providers/Microsoft.ServiceBus/namespaces/<NAMESPACE NAME>/queues/<QUEUE NAME>`. Here's an example:
Copy file name to clipboardExpand all lines: articles/security/fundamentals/azure-CA-details.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -238,7 +238,7 @@ To determine if the **Microsoft ECC Root Certificate Authority 2017** and **Micr
238
238
1. To add a root certificate to the trusted root certificate store in Java, you can use the `keytool` utility. The following example adds the **Microsoft RSA Root Certificate Authority 2017** root certificate:
0 commit comments