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/active-directory/fundamentals/whats-new.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
@@ -74,7 +74,7 @@ The modern Edge browser is now included in the requirement to provide an `Origin
74
74
**Service category:** User Access Management
75
75
**Product capability:** Entitlement Management
76
76
77
-
There is now an additional option for advanced expiration settings in entitlement management. It's possible to configure an access package that'll expire in hours, in addition to prior settings. [Learn more]../governance/entitlement-management-access-package-create.md#lifecycle).
77
+
There is now an additional option for advanced expiration settings in entitlement management. It's possible to configure an access package that'll expire in hours, in addition to prior settings. [Learn more](../governance/entitlement-management-access-package-create.md#lifecycle).
Copy file name to clipboardExpand all lines: articles/cosmos-db/plan-manage-costs.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Azure Cosmos DB is available in two different capacity modes: provisioned throug
32
32
33
33
### Capacity planning
34
34
35
-
As an aid for estimating costs, it can be helpful to do capacity planning for a migration to Azure Cosmos DB. If you are planning a migration from an existing database cluster to Azure Cosmos DB, uou can use information about your existing database cluster for capacity planning.
35
+
As an aid for estimating costs, it can be helpful to do capacity planning for a migration to Azure Cosmos DB. If you are planning a migration from an existing database cluster to Azure Cosmos DB, you can use information about your existing database cluster for capacity planning.
36
36
* If all you know is the number of vcores and servers in your existing database cluster, read about [estimating request units using vCores or vCPUs](convert-vcore-to-request-unit.md)
37
37
38
38

@@ -162,4 +162,4 @@ See the following articles to learn more on how pricing works in Azure Cosmos DB
162
162
* Learn [how to optimize your cloud investment with Azure Cost Management](../cost-management-billing/costs/cost-mgt-best-practices.md?WT.mc_id=costmanagementcontent_docsacmhorizontal_-inproduct-learn).
163
163
* Learn more about managing costs with [cost analysis](../cost-management-billing/costs/quick-acm-cost-analysis.md?WT.mc_id=costmanagementcontent_docsacmhorizontal_-inproduct-learn).
164
164
* Learn about how to [prevent unexpected costs](../cost-management-billing/cost-management-billing-overview.md?WT.mc_id=costmanagementcontent_docsacmhorizontal_-inproduct-learn).
165
-
* Take the [Cost Management](/learn/paths/control-spending-manage-bills?WT.mc_id=costmanagementcontent_docsacmhorizontal_-inproduct-learn) guided learning course.
165
+
* Take the [Cost Management](/learn/paths/control-spending-manage-bills?WT.mc_id=costmanagementcontent_docsacmhorizontal_-inproduct-learn) guided learning course.
Copy file name to clipboardExpand all lines: articles/hdinsight/kafka/apache-kafka-mirroring.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,11 +131,14 @@ Configure IP advertising to enable a client to connect using broker IP addresses
131
131
132
132
For information, see [Use SSH with HDInsight](../hdinsight-hadoop-linux-use-ssh-unix.md).
133
133
134
-
1. Use the following command to create a variable with the Apache Zookeeper hosts for the primary cluster. The strings like `ZOOKEEPER_IP_ADDRESS1` must be replaced with the actual IP addresses recorded earlier, such as `10.23.0.11` and `10.23.0.7`. If you're using FQDN resolution with a custom DNS server, follow [these steps](apache-kafka-get-started.md#getkafkainfo) to get broker and zookeeper names.:
134
+
1. Use the following command to create two environment variables with the Apache Zookeeper hosts and Broker hosts for the primary cluster. The strings like `ZOOKEEPER_IP_ADDRESS1` must be replaced with the actual IP addresses recorded earlier, such as `10.23.0.11` and `10.23.0.7`. The same goes for `BROKER_IP_ADDRESS1`. If you're using FQDN resolution with a custom DNS server, follow [these steps](apache-kafka-get-started.md#getkafkainfo) to get broker and zookeeper names.:
1. To create a topic named `testtopic`, use the following command:
@@ -152,15 +155,15 @@ Configure IP advertising to enable a client to connect using broker IP addresses
152
155
153
156
The response contains `testtopic`.
154
157
155
-
1. Use the following to view the Zookeeper host information for this (the **primary**) cluster:
158
+
1. Use the following to view the Broker host information for this (the **primary**) cluster:
156
159
157
160
```bash
158
-
echo $PRIMARY_ZKHOSTS
161
+
echo $PRIMARY_BROKERHOSTS
159
162
```
160
163
161
164
This returns information similar to the following text:
162
165
163
-
`10.23.0.11:2181,10.23.0.7:2181,10.23.0.9:2181`
166
+
`10.23.0.11:9092,10.23.0.7:9092,10.23.0.9:9092`
164
167
165
168
Save this information. It's used in the next section.
166
169
@@ -185,11 +188,11 @@ Configure IP advertising to enable a client to connect using broker IP addresses
185
188
Use the following text as the contents of the `consumer.properties` file:
186
189
187
190
```yaml
188
-
zookeeper.connect=PRIMARY_ZKHOSTS
191
+
bootstrap.servers=PRIMARY_BROKERHOSTS
189
192
group.id=mirrorgroup
190
193
```
191
194
192
-
Replace **PRIMARY_ZKHOSTS** with the Zookeeper IP Addresses from the **primary** cluster.
195
+
Replace **PRIMARY_BROKERHOSTS** with the Broker host IP Addresses from the **primary** cluster.
193
196
194
197
This file describes the consumer information to use when reading from the primary Kafka cluster. For more information consumer configuration, see [Consumer Configs](https://kafka.apache.org/documentation#consumerconfigs) at kafka.apache.org.
195
198
@@ -275,16 +278,15 @@ Configure IP advertising to enable a client to connect using broker IP addresses
275
278
2. From the SSH connection to the **primary** cluster, use the following command to start a producer and send messages to the topic:
When you arrive at a blank line with a cursor, type in a few text messages. The messages are sent to the topic on the **primary** cluster. When done, use **Ctrl + C** to end the producer process.
283
285
284
286
3. From the SSH connection to the **secondary** cluster, use **Ctrl + C** to end the MirrorMaker process. It may take several seconds to end the process. To verify that the messages were replicated to the secondary, use the following command:
The list of topics now includes `testtopic`, which is created when MirrorMaster mirrors the topic from the primary cluster to the secondary. The messages retrieved from the topic are the same as the ones you entered on the primary cluster.
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-deploy-with-rest.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ You can use the tool [jq](https://stedolan.github.io/jq/) to parse the JSON resu
78
78
Get the storage key:
79
79
80
80
```bash
81
-
AZURE_STORAGE_KEY=$(az storage account keys list --account-name $AZURE_STORAGE_ACCOUNT| jq '.[0].value')
81
+
exportAZURE_STORAGE_KEY=$(az storage account keys list --account-name $AZURE_STORAGE_ACCOUNT| jq '.[0].value')
82
82
```
83
83
84
84
### Upload & register code
@@ -159,4 +159,4 @@ If you aren't going use the deployment, you should delete it with the below comm
159
159
* Learn [Safe rollout for online endpoints (preview)](how-to-safely-rollout-managed-endpoints.md).
160
160
*[View costs for an Azure Machine Learning managed online endpoint (preview)](how-to-view-online-endpoints-costs.md).
161
161
*[Managed online endpoints SKU list (preview)](reference-managed-online-endpoints-vm-sku-list.md).
162
-
* Learn about limits on managed online endpoints in [Manage and increase quotas for resources with Azure Machine Learning](how-to-manage-quotas.md#azure-machine-learning-managed-online-endpoints-preview).
162
+
* Learn about limits on managed online endpoints in [Manage and increase quotas for resources with Azure Machine Learning](how-to-manage-quotas.md#azure-machine-learning-managed-online-endpoints-preview).
Copy file name to clipboardExpand all lines: articles/security/fundamentals/feature-availability.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,9 +134,9 @@ The following tables display the current Azure Sentinel feature availability in
134
134
|- [SOC incident audit metrics](../../sentinel/manage-soc-with-incident-metrics.md)| GA | GA |
135
135
|- [Watchlists](../../sentinel/watchlists.md)| GA | GA |
136
136
|**Threat intelligence support**|||
137
-
| - [Threat Intelligence - TAXII data connector](../../sentinel/understand-threat-intelligence.md)| GA |Not Available|
137
+
| - [Threat Intelligence - TAXII data connector](../../sentinel/understand-threat-intelligence.md)| GA |GA|
138
138
| - [Threat Intelligence Platform data connector](../../sentinel/understand-threat-intelligence.md)| Public Preview | Not Available |
139
-
| - [Threat Intelligence Research Blade](https://techcommunity.microsoft.com/t5/azure-sentinel/what-s-new-threat-intelligence-menu-item-in-public-preview/ba-p/1646597)| GA |Not Available|
139
+
| - [Threat Intelligence Research Blade](https://techcommunity.microsoft.com/t5/azure-sentinel/what-s-new-threat-intelligence-menu-item-in-public-preview/ba-p/1646597)| GA |GA|
140
140
| - [URL Detonation](https://techcommunity.microsoft.com/t5/azure-sentinel/using-the-new-built-in-url-detonation-in-azure-sentinel/ba-p/996229)| Public Preview | Not Available |
141
141
| - [Threat Intelligence workbook](/azure/architecture/example-scenario/data/sentinel-threat-intelligence)| GA | Not Available |
0 commit comments