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
Backup is a long-running operation that may take several minutes to complete. During this time the API gateway continues to handle requests, but the state of the service is Updating.
131
131
132
+
### [CLI](#tab/cli)
133
+
134
+
[Sign in](/cli/azure/authenticate-azure-cli) with Azure CLI.
135
+
136
+
In the following examples:
137
+
138
+
* An API Management instance named *myapim* is in resource group *apimresourcegroup*.
139
+
* A storage account named *backupstorageaccount* is in resource group *storageresourcegroup*. The storage account has a container named *backups*.
140
+
* A backup blob will be created with name *ContosoBackup.apimbackup*.
Backup is a long-running operation that may take several minutes to complete. During this time the API gateway continues to handle requests, but the state of the service is Updating.
163
+
132
164
### [REST](#tab/rest)
133
165
134
166
See [Azure REST API reference](/rest/api/azure/) for information about authenticating and calling Azure REST APIs.
Restore is a long-running operation that may take up to 45 minutes or more to complete.
263
295
296
+
### [CLI](#tab/cli)
297
+
298
+
In the following examples,
299
+
300
+
* An API Management instance named *myapim* is restored from the backup blob named *ContosoBackup.apimbackup* in storage account *backupstorageaccount*.
301
+
* The backup blob is in a container named *backups*.
Copy file name to clipboardExpand all lines: articles/sentinel/threat-intelligence-integration.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,6 +117,11 @@ To connect to TIP feeds, see [Connect threat intelligence platforms to Microsoft
117
117
118
118
- EclecticIQ Platform integrates with Microsoft Sentinel to enhance threat detection, hunting, and response. Learn more about the [benefits and use cases](https://www.eclecticiq.com/resources/microsoft-sentinel-and-eclecticiq-intelligence-center) of this two-way integration.
119
119
120
+
### Filigran OpenCTI
121
+
122
+
-[Filigran OpenCTI](https://filigran.io/solutions/open-cti/) can send threat intelligence to Microsoft Sentinel via either a [dedicated connector](https://filigran.notion.site/Microsoft-Sentinel-Intel-11c8fce17f2a80209a60e8914e6d1009) which runs in realtime, or by acting as a TAXII 2.1 server that Sentinel will poll regularly. It can also receive structured incidents from Sentinel via the [Microsoft Sentinel Incident connector](https://filigran.notion.site/Microsoft-Sentinel-Incidents-11c8fce17f2a80f1b461c6379265d5d3).
123
+
124
+
120
125
### GroupIB Threat Intelligence and Attribution
121
126
122
127
- To connect [GroupIB Threat Intelligence and Attribution](https://www.group-ib.com/products/threat-intelligence/) to Microsoft Sentinel, GroupIB makes use of Logic Apps. See the [specialized instructions](https://techcommunity.microsoft.com/t5/azure-sentinel/group-ib-threat-intelligence-and-attribution-connector-azure/ba-p/2252904) that are necessary to take full advantage of the complete offering.
Copy file name to clipboardExpand all lines: articles/virtual-network-manager/faq.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,11 @@ No. Azure Virtual Network Manager doesn't store any customer data.
95
95
96
96
No. Azure Virtual Network Manager doesn't currently support that capability. If you need to move an instance, you can consider deleting it and using the Azure Resource Manager template to create another one in another location.
97
97
98
+
### Can I move a subscription with an Azure Virtual Network Manager to another tenant?
99
+
Yes, but there are some considerations to keep in mind:
100
+
- The target tenant cannot have an Azure Virtual Network Manager created.
101
+
- The spokes virtual networks in the network group may lose their reference when changing tenants, thus losing connectivity to the hub vnet. To resolve this, after moving the subscription to another tenant, you must manually add the spokes vnets to the network group of Azure Virtual Network Manager.
102
+
98
103
### How can I see what configurations are applied to help me troubleshoot?
99
104
100
105
You can view Azure Virtual Network Manager settings under **Network Manager** for a virtual network. The settings show both connectivity and security admin configurations that are applied. For more information, see [View configurations applied by Azure Virtual Network Manager](how-to-view-applied-configurations.md).
0 commit comments