Skip to content

Commit 20d8525

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into updatevmss
2 parents e260ffb + 27cb65b commit 20d8525

17 files changed

+30
-32
lines changed

articles/active-directory/azuread-dev/active-directory-authentication-libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The Azure Active Directory Authentication Library (ADAL) v1.0 enables applicatio
3838
| --- | --- | --- | --- | --- | --- |
3939
| .NET Client, Windows Store, UWP, Xamarin iOS and Android |ADAL .NET v3 |[NuGet](https://www.nuget.org/packages/Microsoft.IdentityModel.Clients.ActiveDirectory) |[GitHub](https://github.com/AzureAD/azure-activedirectory-library-for-dotnet) | [Desktop app](../develop/quickstart-v2-windows-desktop.md) | |
4040
| JavaScript |ADAL.js |[GitHub](https://github.com/AzureAD/azure-activedirectory-library-for-js) |[GitHub](https://github.com/AzureAD/azure-activedirectory-library-for-js) |[Single-page app](https://github.com/Azure-Samples/active-directory-javascript-singlepageapp-dotnet-webapi) | |
41-
| iOS, macOS |ADAL |[GitHub](https://github.com/AzureAD/azure-activedirectory-library-for-objc/releases) |[GitHub](https://github.com/AzureAD/azure-activedirectory-library-for-objc) |[iOS app](../develop/quickstart-v2-ios.md) | [Reference](http://cocoadocs.org/docsets/ADAL/2.5.1/)|
41+
| iOS, macOS |ADAL |[GitHub](https://github.com/AzureAD/azure-activedirectory-library-for-objc/releases) |[GitHub](https://github.com/AzureAD/azure-activedirectory-library-for-objc) |[iOS app](../develop/quickstart-v2-ios.md) | |
4242
| Android |ADAL |[Maven](https://search.maven.org/search?q=g:com.microsoft.aad+AND+a:adal&core=gav) |[GitHub](https://github.com/AzureAD/azure-activedirectory-library-for-android) |[Android app](../develop/quickstart-v2-android.md) | [JavaDocs](https://javadoc.io/doc/com.microsoft.aad/adal/)|
4343
| Node.js |ADAL |[npm](https://www.npmjs.com/package/adal-node) |[GitHub](https://github.com/AzureAD/azure-activedirectory-library-for-nodejs) | [Node.js web app](https://github.com/Azure-Samples/active-directory-node-webapp-openidconnect)|[Reference](/javascript/api/overview/azure/active-directory) |
4444
| Java |ADAL4J |[Maven](https://search.maven.org/#search%7Cga%7C1%7Ca%3Aadal4j%20g%3Acom.microsoft.azure) |[GitHub](https://github.com/AzureAD/azure-activedirectory-library-for-java) |[Java web app](https://github.com/Azure-Samples/active-directory-java-webapp-openidconnect) |[Reference](https://javadoc.io/doc/com.microsoft.azure/adal4j) |

articles/active-directory/saas-apps/uni-tel-as-provisioning-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.author: thwimmer
1616

1717
# Tutorial: Configure Uni-tel A/S for automatic user provisioning
1818

19-
This tutorial describes the steps you need to perform in both Uni-tel A/S and Azure Active Directory (Azure AD) to configure automatic user provisioning. When configured, Azure AD automatically provisions and de-provisions users to [Uni-tel A/S](https://beta-dashboard.one-connect.dk) using the Azure AD Provisioning service. For important details on what this service does, how it works, and frequently asked questions, see [Automate user provisioning and deprovisioning to SaaS applications with Azure Active Directory](../app-provisioning/user-provisioning.md).
19+
This tutorial describes the steps you need to perform in both Uni-tel A/S and Azure Active Directory (Azure AD) to configure automatic user provisioning. When configured, Azure AD automatically provisions and de-provisions users to [Uni-tel A/S](https://uni-tel.dk/) using the Azure AD Provisioning service. For important details on what this service does, how it works, and frequently asked questions, see [Automate user provisioning and deprovisioning to SaaS applications with Azure Active Directory](../app-provisioning/user-provisioning.md).
2020

2121

2222
## Supported capabilities

articles/azure-fluid-relay/concepts/version-compatibility.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ npx install-peerdeps @fluidframework/azure-client
4040
| @fluidframework/azure-client | [1.0.2][] | [API](https://fluidframework.com/docs/apis/azure-client/) |
4141
| fluid-framework | [1.2.4][] | [API](https://fluidframework.com/docs/apis/fluid-framework/) |
4242
| @fluidframework/azure-service-utils | [1.0.2][] | [API](https://fluidframework.com/docs/apis/azure-service-utils/) |
43-
| @fluidframework/test-client-utils | [1.2.4][] | [API](https://fluidframework.com/docs/apis/test-client-utils/) |
4443

4544
[1.0.2]: https://fluidframework.com/docs/updates/v1.0.0/
4645
[1.2.4]: https://fluidframework.com/docs/updates/v1.0.0/

articles/azure-functions/dotnet-isolated-process-guide.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ Placeholders are a platform capability that improves cold start. Normally, you d
229229

230230
- Set the `WEBSITE_USE_PLACEHOLDER_DOTNETISOLATED` application setting to "1"
231231
- Ensure that the `netFrameworkVersion` property of the function app matches your project's target framework, which must be .NET 6 or later.
232+
- Ensure that the function app is configured to use a 64-bit process.
232233
- Update your project file:
233234
- Upgrade [Microsoft.Azure.Functions.Worker] to version 1.19.0 or later
234235
- Upgrade [Microsoft.Azure.Functions.Worker.Sdk] to version 1.14.1 or later
@@ -239,11 +240,12 @@ Placeholders are a platform capability that improves cold start. Normally, you d
239240
> [!NOTE]
240241
> Setting `FunctionsEnableWorkerIndexing` to "True" may cause an issue when debugging locally using version 4.0.5274 or earlier of the [Azure Functions Core Tools](./functions-run-local.md). The issue manifests with the debugger not being able to attach. If you encounter this issue, remove the `FunctionsEnableWorkerIndexing` property during local testing.
241242
242-
The following CLI commands will set the application setting and update the `netFrameworkVersion` property. Replace `<groupName>` with the name of the resource group, and replace `<appName>` with the name of your function app. Replace `<framework>` with the appropriate version string, such as "v6.0" or "v7.0", according to your target .NET version.
243+
The following CLI commands will set the application setting, update the `netFrameworkVersion` property, and make the app run as 64-bit. Replace `<groupName>` with the name of the resource group, and replace `<appName>` with the name of your function app. Replace `<framework>` with the appropriate version string, such as "v6.0" or "v7.0", according to your target .NET version.
243244

244245
```azurecli
245246
az functionapp config appsettings set -g <groupName> -n <appName> --settings 'WEBSITE_USE_PLACEHOLDER_DOTNETISOLATED=1'
246247
az functionapp config set -g <groupName> -n <appName> --net-framework-version <framework>
248+
az functionapp config set -g <groupName> -n <appName> --use-32bit-worker-process false
247249
```
248250

249251
The following example shows a project file with the appropriate changes in place:
@@ -326,34 +328,42 @@ You can compile your function app as [ReadyToRun binaries](/dotnet/core/deployin
326328

327329
ReadyToRun requires you to build the project against the runtime architecture of the hosting app. **If these are not aligned, your app will encounter an error at startup.** Select your runtime identifier from the table below:
328330

329-
|Operating System | App is 32-bit | Runtime identifier |
331+
|Operating System | App is 32-bit<sup>1</sup> | Runtime identifier |
330332
|-|-|-|
331333
| Windows | True | `win-x86` |
332334
| Windows | False | `win-x64` |
333335
| Linux | True | N/A (not supported) |
334336
| Linux | False | `linux-x64` |
335337

338+
<sup>1</sup> Only 64-bit apps are eligible for some other performance optimizations such as [placeholders](#placeholders-preview).
339+
336340
To check if your Windows app is 32-bit or 64-bit, you can run the following CLI command, substituting `<group_name>` with the name of your resource group and `<app_name>` with the name of your application. An output of "true" indicates that the app is 32-bit, and "false" indicates 64-bit.
337341

338342
```azurecli
339343
az functionapp config show -g <group_name> -n <app_name> --query "use32BitWorkerProcess"
340344
```
341345

342-
To compile your project as ReadyToRun, update your project file by adding the `<PublishReadyToRun>` and `<RuntimeIdentifier>` elements. The following examples shows a configuration for publishing to a Windows 32-bit function app.
346+
You can change your application to 64-bit with the following command, using the same substitutions:
347+
348+
```azurecli
349+
az functionapp config set -g <group_name> -n <app_name> --use-32bit-worker-process false`
350+
```
351+
352+
To compile your project as ReadyToRun, update your project file by adding the `<PublishReadyToRun>` and `<RuntimeIdentifier>` elements. The following examples shows a configuration for publishing to a Windows 64-bit function app.
343353

344354
```xml
345355
<PropertyGroup>
346356
<TargetFramework>net6.0</TargetFramework>
347357
<AzureFunctionsVersion>v4</AzureFunctionsVersion>
348-
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
358+
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
349359
<PublishReadyToRun>true</PublishReadyToRun>
350360
</PropertyGroup>
351361
```
352362

353-
If you don't want to set the `<RuntimeIdentifier>` as part of the project file, you can also configure this as part of the publish gesture itself. For example, with a Windows 32-bit function app, the .NET CLI command would be:
363+
If you don't want to set the `<RuntimeIdentifier>` as part of the project file, you can also configure this as part of the publish gesture itself. For example, with a Windows 64-bit function app, the .NET CLI command would be:
354364

355365
```dotnetcli
356-
dotnet publish --runtime win-x86
366+
dotnet publish --runtime win-x64
357367
```
358368

359369
In Visual Studio, the "Target Runtime" option in the publish profile should be set to the correct runtime identifier. If it is set to the default value "Portable", ReadyToRun will not be used.

articles/azure-government/documentation-government-csp-list.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,6 @@ Below you can find a list of all the authorized Cloud Solution Providers (CSPs),
413413
|[StoneFly, Inc.](https://stonefly.com)|
414414
|[Strategic Communications](https://stratcomminc.com)|
415415
|[Stratus Solutions](https://stratussolutions.com)|
416-
|[Stratum Technology Manamgent, LLC](https://www.stratumtechnology.com)|
417416
|[Strongbridge LLC](https://www.sb-llc.com)|
418417
|[Summit 7 Systems, Inc.](https://www.summit7.us/)|
419418
|[Sumo Logic](https://www.sumologic.com/)|

articles/azure-monitor/partners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ See the [Botmetric introduction for Azure](https://nutanix.medium.com/announcing
6666

6767
Circonus provides a platform for machine data intelligence that can handle billions of metric streams in real time to drive business insight and value. Use Circonus to collect, track, and visualize key metrics related to your Microsoft Azure setup. Gain system-wide visibility into Azure resource utilization, application performance, and operational health.
6868

69-
For more information, see the [Circonus documentation](https://docs.circonus.com/circonus/agents/cloud-agent/azure/).
69+
For more information, see the [Circonus documentation](https://docs.circonus.com/circonus3/integrations/agents/circonus-cloud-agent/#azure).
7070

7171
## CloudHealth
7272

articles/cosmos-db/partners-migration.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ From NoSQL migration to application development, you can choose from a variety o
3030
| [Cognizant](https://www.cognizant.com/) | IoT, Personalization, Retail (inventory), Operational Analytics (Spark), App development | USA, Canada, UK, Denmark, Netherlands, Switzerland, Australia, Japan |
3131
| [Infosys](https://www.infosys.com/) | App development | USA |
3232
| [Lambda3 Informatics](https://www.lambda3.com.br/) | Real-time personalization, Retail inventory, App development | Brazil |
33-
| [Neal Analytics](https://www.nealanalytics.com/) | Personalization, Retail (inventory), Operational Analytics (Spark), App development | USA |
3433
| [Pragmatic Works Software Inc](https://www.pragmaticworks.com/) | NoSQL migration | USA |
3534
| [Ricoh Digital Experience](https://www.ricoh-europe.com/contact-us) | IoT, Real-time personalization, Retail inventory, NoSQL migration | UK, Europe |
3635
| [SNP Technologies](https://www.snp.com/) | NoSQL migration | USA |

articles/dns/private-resolver-endpoints-rulesets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: greg-lindsay
66
ms.service: dns
77
ms.custom: ignite-2022
88
ms.topic: conceptual
9-
ms.date: 08/07/2023
9+
ms.date: 09/11/2023
1010
ms.author: greglin
1111
#Customer intent: As an administrator, I want to understand components of the Azure DNS Private Resolver.
1212
---
@@ -106,7 +106,7 @@ A query for `secure.store.azure.contoso.com` matches the **AzurePrivate** rule f
106106
#### Rule processing
107107

108108
- If multiple DNS servers are entered as the destination for a rule, the first IP address that is entered is used unless it doesn't respond. An exponential backoff algorithm is used to determine whether or not a destination IP address is responsive. Destination addresses that are marked as unresponsive aren't used for 30 minutes.
109-
- Certain domains are ignored when using a wildcard rule for DNS resolution, because they are reserved for Azure services. See [Azure services DNS zone configuration](../private-link/private-endpoint-dns.md#azure-services-dns-zone-configuration) for a list of domains that are reserved. The two-label DNS names listed in this article (ex: windows.net, azure.com, azure.net, windowsazure.us) are reserved for Azure services.
109+
- Certain domains are ignored when using a wildcard rule for DNS resolution, because they are reserved for Azure services. See [Azure services DNS zone configuration](../private-link/private-endpoint-dns.md#azure-services-dns-zone-configuration) for a list of domains that are reserved. The two-label DNS names listed in this article (for example: windows.net, azure.com, azure.net, windowsazure.us) are reserved for Azure services.
110110

111111
> [!IMPORTANT]
112112
> - You can't enter the Azure DNS IP address of 168.63.129.16 as the destination IP address for a rule. Attempting to add this IP address will output the error: **Exception while making add request for rule**.

articles/genomics/quickstart-run-genomics-workflow-portal.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,7 @@ Then select **Review + create** to create your storage account. As you did with
104104

105105
## Upload input data to your storage account
106106

107-
The Microsoft Genomics service expects paired end reads (fastq or bam files) as input files. You can choose to either upload your own data, or explore using publicly available sample data provided for you. If you would like to use the publicly available sample data, it is hosted here:
108-
109-
[https://msgensampledata.blob.core.windows.net/small/chr21_1.fq.gz](https://msgensampledata.blob.core.windows.net/small/chr21_1.fq.gz)
110-
[https://msgensampledata.blob.core.windows.net/small/chr21_2.fq.gz](https://msgensampledata.blob.core.windows.net/small/chr21_2.fq.gz)
107+
The Microsoft Genomics service expects paired end reads (fastq or bam files) as input files. You can choose to either upload your own data, or explore using publicly available sample data provided for you.
111108

112109
Within your storage account, you need to make one blob container for your input data and a second blob container for your output data. Upload the input data into your input blob container. Various tools can be used to do this, including [Microsoft Azure Storage Explorer](https://azure.microsoft.com/features/storage-explorer/), [BlobPorter](https://github.com/Azure/blobporter), or [AzCopy](../storage/common/storage-use-azcopy-v10.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json).
113110

articles/hdinsight/hdinsight-os-patching.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ HDInsight provides support for you to perform common tasks on your cluster such
2121
> Script actions won't automatically apply updates for all future update cycles. Run the scripts each time new updates must be applied to install the updates, and then restart the VM.
2222
>
2323
> If you are using a firewall for network restriction, the below URL needs to be in allow list.
24-
> * http://security.ubuntu.com/ubuntu
25-
> * https://hdiconfigactions.blob.core.windows.net
24+
> * http://security.ubuntu.com/ubuntu
2625
2726
## Preparation
2827

0 commit comments

Comments
 (0)