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/hybrid/how-to-connect-password-hash-synchronization.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,13 +118,9 @@ It is typical to force a user to change their password during their first logon,
118
118
119
119
The temporary password functionality helps to ensure that the transfer of ownership of the credential is completed on first use, to minimize the duration of time in which more than one individual has knowledge of that credential.
120
120
121
-
To support temporary passwords in Azure AD for synchronized users, you can enable the *ForcePasswordResetOnLogonFeature* feature, by running the following command on your Azure AD Connect server, replacing <AADConnectorName> with the connector name specific to your environment:
121
+
To support temporary passwords in Azure AD for synchronized users, you can enable the *ForcePasswordResetOnLogonFeature* feature, by running the following command on your Azure AD Connect server:
Caveat: Forcing a user to change their password on next logon requires a password change at the same time. AD Connect will not pick up the force password change flag by itself, it is supplemental to the detected password change that occurs during password hash sync.
You can also use the same cmdlet to import a module from PowerShell Gallery directly. Make sure to grab **ModuleName** and **ModuleVersion** from [PowerShell Gallery](https://www.powershellgallery.com).
In the Azure portal, navigate to your Automation Account and select **Modules** under **Shared Resources**. Click **+ Add a module**. Select a **.zip** file that contains your module and click **Ok** to start to import process.
Copy file name to clipboardExpand all lines: articles/azure-maps/how-to-use-feedback-tool.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,13 @@ ms.custom: mvc
13
13
14
14
# Provide data feedback to Azure Maps
15
15
16
-
Azure Maps has generally been available since May 2018, providing fresh map data, easy-to-use REST APIs, and powerful SDKs to support our enterprise customers on a variety of business use cases. The real world is changing every second and it’s crucial for us to provide a factual digital representation to our customers. Our customers that are planning to open or close facilities need to ensure our maps are updated promptly so that they can efficiently plan for delivery, maintenance, or customer service at the right facilities. We have created the Azure Maps data feedback tool to empower our customers to provide direct data feedback. Customers’ data feedback goes directly to our data providers and their map editors who can quickly evaluate and incorporate feedback into our mapping products.
16
+
Azure Maps has generally been available since May 2018, providing fresh map data, easy-to-use REST APIs, and powerful SDKs to support our enterprise customers on a variety of business use cases. The real world is changing every second and it’s crucial for us to provide a factual digital representation to our customers. Our customers that are planning to open or close facilities need to ensure our maps are updated promptly so that they can efficiently plan for delivery, maintenance, or customer service at the right facilities. We have created the Azure Maps data feedback site to empower our customers to provide direct data feedback. Customers’ data feedback goes directly to our data providers and their map editors who can quickly evaluate and incorporate feedback into our mapping products.
17
17
18
-
[Azure Maps Data feedback tool](https://feedback.azuremaps.com) provides an easy way for our customers to provide map data feedback, especially on business points of interest and residential addresses. This article guides you on how to provide different kinds of feedback using the Azure Maps feedback tool.
18
+
[Azure Maps Data feedback site](https://feedback.azuremaps.com) provides an easy way for our customers to provide map data feedback, especially on business points of interest and residential addresses. This article guides you on how to provide different kinds of feedback using the Azure Maps feedback site.
19
19
20
20
## Add a business place or a residential address
21
21
22
-
You may want to provide feedback for a missing point of interest or residential address on the map. There are two ways to do so, open the Azure Map data feedback tool and, search for the missing location's coordinates then click "Add a place"
22
+
You may want to provide feedback for a missing point of interest or residential address on the map. There are two ways to do so, open the Azure Map data feedback site and, search for the missing location's coordinates then click "Add a place"
@@ -33,7 +33,7 @@ Upon clicking, you will be directed to a form to provide the corresponding detai
33
33
34
34
## Fix a business place or a residential address
35
35
36
-
The feedback tool also allows you to search and locate a business place or an address and provide feedback to fix the address or the pin location, if it they are not correct. To provide feedback to fix the address, use the search bar to search for a business place or residential address. Click on the location of your interest from the results list, and click on "Fix this place".
36
+
The feedback site also allows you to search and locate a business place or an address and provide feedback to fix the address or the pin location, if it they are not correct. To provide feedback to fix the address, use the search bar to search for a business place or residential address. Click on the location of your interest from the results list, and click on "Fix this place".
37
37
38
38

39
39
@@ -63,4 +63,4 @@ You can also track the status of your request by checking the "I want to track s
63
63
To post any technical questions related to Azure Maps, visit:
Copy file name to clipboardExpand all lines: articles/cosmos-db/tutorial-develop-table-dotnet.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
@@ -17,7 +17,7 @@ ms.date: 05/20/2019
17
17
18
18
You can use the Azure Cosmos DB Table API or Azure Table storage to store structured NoSQL data in the cloud, providing a key/attribute store with a schema less design. Because Azure Cosmos DB Table API and Table storage are schema less, it's easy to adapt your data as the needs of your application evolve. You can use Azure Cosmos DB Table API or the Table storage to store flexible datasets such as user data for web applications, address books, device information, or other types of metadata your service requires.
19
19
20
-
This tutorial describes a sample that shows you how to use the [Microsoft Azure Cosmos DB Table Library for .NET](https://www.nuget.org/packages/Microsoft.Azure.Cosmos.Table) with Azure Cosmo DB Table API and Azure Table storage scenarios. You must use the connection specific to the Azure service. These scenarios are explored using C# examples that illustrate how to create tables, insert/ update data, query data and delete the tables.
20
+
This tutorial describes a sample that shows you how to use the [Microsoft Azure Cosmos DB Table Library for .NET](https://www.nuget.org/packages/Microsoft.Azure.Cosmos.Table) with Azure Cosmos DB Table API and Azure Table storage scenarios. You must use the connection specific to the Azure service. These scenarios are explored using C# examples that illustrate how to create tables, insert/ update data, query data and delete the tables.
Copy file name to clipboardExpand all lines: articles/search/search-howto-index-cosmosdb.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
@@ -293,7 +293,7 @@ The generally available .NET SDK has full parity with the generally available RE
293
293
294
294
## Indexing changed documents
295
295
296
-
The purpose of a data change detection policy is to efficiently identify changed data items. Currently, the only supported policy is the `High Water Mark` policy using the `_ts` (timestamp) property provided by Azure Cosmos DB, which is specified as follows:
296
+
The purpose of a data change detection policy is to efficiently identify changed data items. Currently, the only supported policy is the [`HighWaterMarkChangeDetectionPolicy`](https://docs.microsoft.com/dotnet/api/microsoft.azure.search.models.highwatermarkchangedetectionpolicy) using the `_ts` (timestamp) property provided by Azure Cosmos DB, which is specified as follows:
0 commit comments