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/devices/hybrid-azuread-join-plan.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,12 +144,15 @@ Based on the scenario that matches your identity infrastructure, see:
144
144
-[Configure hybrid Azure Active Directory join for federated environment](hybrid-azuread-join-federated-domains.md)
145
145
-[Configure hybrid Azure Active Directory join for managed environment](hybrid-azuread-join-managed-domains.md)
146
146
147
-
## Review on-premises AD UPN support for Hybrid Azure AD join
147
+
## Review on-premises AD users UPN support for Hybrid Azure AD join
148
148
149
-
Sometimes, your on-premises AD UPNs could be different from your Azure AD UPNs. In such cases, Windows 10 Hybrid Azure AD join provides limited support for on-premises AD UPNs based on the [authentication method](/azure/security/fundamentals/choose-ad-authn), domain type and Windows 10 version. There are two types of on-premises AD UPNs that can exist in your environment:
149
+
Sometimes, your on-premises AD users UPNs could be different from your Azure AD UPNs. In such cases, Windows 10 Hybrid Azure AD join provides limited support for on-premises AD UPNs based on the [authentication method](/azure/security/fundamentals/choose-ad-authn), domain type and Windows 10 version. There are two types of on-premises AD UPNs that can exist in your environment:
150
150
151
-
- Routable UPN: A routable UPN has a valid verified domain, that is registered with a domain registrar. For example, if contoso.com is the primary domain in Azure AD, contoso.org is the primary domain in on-premises AD owned by Contoso and [verified in Azure AD](/azure/active-directory/fundamentals/add-custom-domain)
152
-
- Non-routable UPN: A non-routable UPN does not have a verified domain. It is applicable only within your organization's private network. For example, if contoso.com is the primary domain in Azure AD, contoso.local is the primary domain in on-premises AD but is not a verifiable domain in the internet and only used within Contoso's network.
151
+
- Routable users UPN: A routable UPN has a valid verified domain, that is registered with a domain registrar. For example, if contoso.com is the primary domain in Azure AD, contoso.org is the primary domain in on-premises AD owned by Contoso and [verified in Azure AD](/azure/active-directory/fundamentals/add-custom-domain)
152
+
- Non-routable users UPN: A non-routable UPN does not have a verified domain. It is applicable only within your organization's private network. For example, if contoso.com is the primary domain in Azure AD, contoso.local is the primary domain in on-premises AD but is not a verifiable domain in the internet and only used within Contoso's network.
153
+
154
+
> [!NOTE]
155
+
> The information in this section applies only to an on-premises users UPN. It isn't applicable to an on-premises computer domain suffix (example: computer1.contoso.local).
153
156
154
157
The table below provides details on support for these on-premises AD UPNs in Windows 10 Hybrid Azure AD join
| Live Metrics Stream (East US) |use.rt.prod.applicationinsights.trafficmanager.net |23.96.28.38<br/>13.92.40.198<br/>40.112.49.101<br/>40.117.80.207 |443 |
31
31
| Live Metrics Stream (South Central US) |ussc.rt.prod.applicationinsights.trafficmanager.net |157.55.177.6<br/>104.44.140.84<br/>104.215.81.124<br/>23.100.122.113 |443 |
32
32
| Live Metrics Stream (North Europe) |eun.rt.prod.applicationinsights.trafficmanager.net |40.115.103.168<br/>40.115.104.31<br/>40.87.140.215<br/>40.87.138.220 |443 |
Copy file name to clipboardExpand all lines: articles/spatial-anchors/quickstarts/get-started-ios.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,10 @@ You'll learn how to:
28
28
To complete this quickstart, make sure you have:
29
29
30
30
- A developer enabled macOS machine with the latest version of <ahref="https://geo.itunes.apple.com/us/app/xcode/id497799835?mt=12"target="_blank">Xcode</a> and <ahref="https://cocoapods.org"target="_blank">CocoaPods</a> installed.
31
-
- Git installed via HomeBrew. Enter the following command into a single line of the Terminal: `/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"`. Then, run `brew install git` and `brew install git-lfs`.
31
+
- Git installed via HomeBrew:
32
+
1. Enter the following command as a single line in the terminal: `/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"`.
33
+
1. Run `brew install git` and `brew install git-lfs`.
34
+
1. Update your git config with `git lfs install` (for the current user) or `git lfs install --system` (for the entire system).
32
35
- A developer enabled <ahref="https://developer.apple.com/documentation/arkit/verifying_device_support_and_user_permission"target="_blank">ARKit compatible</a> iOS device.
### App crashes when deploying to iOS 10.3.1 from a personal provisioning profile/developer account
140
+
141
+
If you deploy your iOS app on iOS 10.3.1 from a personal provisioning profile/developer account, you might see this error: `Library not loaded: @rpath/ADAL...`.
142
+
143
+
To resolve the issue:
144
+
145
+
- Use a provisioning profile that isn't a Personal Team profile (paid developer account).
146
+
- Deploy your app to an iOS device running iOS 13.3 or earlier, or to one running the iOS 13.4 beta or release version.
147
+
- Read more about this issue on [Stack Overflow](https://stackoverflow.com/questions/60015309/running-ios-apps-causes-runtime-error-for-frameworks-code-signature-invalid).
Copy file name to clipboardExpand all lines: articles/virtual-machines/extensions/azure-disk-enc-linux.md
+53-33Lines changed: 53 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,59 +26,70 @@ Azure Disk Encryption leverages the dm-crypt subsystem in Linux to provide full
26
26
27
27
For a full list of prerequisites, see [Azure Disk Encryption for Linux VMs](../linux/disk-encryption-overview.md), specifically the following sections:
28
28
29
-
-[Azure Disk Encryption for Linux VMs](../linux/disk-encryption-overview.md#supported-vms-and-operating-systems)
29
+
-[Supported VMs and operating systems](../linux/disk-encryption-overview.md#supported-vms-and-operating-systems)
30
30
-[Additional VM requirements](../linux/disk-encryption-overview.md#additional-vm-requirements)
There are two schemata for Azure Disk Encryption: v1.1, a newer, recommended schema that does not use Azure Active Directory (AAD) properties, and v0.1, an older schema that requires AAD properties. You must use the schema version corresponding to the extension you are using: schema v1.1 for the AzureDiskEncryptionForLinux extension version 1.1, schema v0.1 for the AzureDiskEncryptionForLinux extension version 0.1.
36
+
There are two versions of extension schema for Azure Disk Encryption (ADE):
37
+
- v1.1 - A newer recommended schema that does not use Azure Active Directory (AAD) properties.
38
+
- v0.1 - An older schema that requires Azure Active Directory (AAD) properties.
39
+
40
+
To select a target schema, the `typeHandlerVersion` property must be set equal to version of schema you want to use.
41
+
36
42
### Schema v1.1: No AAD (recommended)
37
43
38
-
The v1.1 schema is recommended and does not require Azure Active Directory properties.
44
+
The v1.1 schema is recommended and does not require Azure Active Directory (AAD) properties.
For an example of template deployment, see [Enable Encryption on a running Linux VM](https://github.com/Azure/azure-quickstart-templates/tree/master/201-encrypt-running-linux-vm).
162
+
For an example of template deployment based on schema v1.1, see the Azure Quickstart Template [201-encrypt-running-linux-vm-without-aad](https://github.com/Azure/azure-quickstart-templates/tree/master/201-encrypt-running-linux-vm-without-aad).
163
+
164
+
For an example of template deployment based on schema v0.1, see the Azure Quickstart Template [201-encrypt-running-linux-vm](https://github.com/Azure/azure-quickstart-templates/tree/master/201-encrypt-running-linux-vm).
152
165
153
-
## Azure CLI deployment
166
+
>[!WARNING]
167
+
> - If you have previously used Azure Disk Encryption with Azure AD to encrypt a VM, you must continue use this option to encrypt your VM.
168
+
> - When encrypting Linux OS volumes, the VM should be considered unavailable. We strongly recommend to avoid SSH logins while the encryption is in progress to avoid issues blocking any open files that will need to be accessed during the encryption process. To check progress, use the [Get-AzVMDiskEncryptionStatus](/powershell/module/az.compute/get-azvmdiskencryptionstatus) PowerShell cmdlet or the [vm encryption show](/cli/azure/vm/encryption#az-vm-encryption-show) CLI command. This process can be expected to take a few hours for a 30GB OS volume, plus additional time for encrypting data volumes. Data volume encryption time will be proportional to the size and quantity of the data volumes unless the encrypt format all option is used.
169
+
> - Disabling encryption on Linux VMs is only supported for data volumes. It is not supported on data or OS volumes if the OS volume has been encrypted.
154
170
155
-
Instructions can be found in the latest [Azure CLI documentation](/cli/azure/vm/encryption?view=azure-cli-latest).
171
+
>[!NOTE]
172
+
> Also if `VolumeType` parameter is set to Data or All, data disks will be encrypted only if they are properly mounted.
156
173
157
174
## Troubleshoot and support
158
175
159
176
### Troubleshoot
160
177
161
-
For troubleshooting, refer to the [Azure Disk Encryption troubleshooting guide](../../security/azure-security-disk-encryption-tsg.md).
178
+
For troubleshooting, refer to the [Azure Disk Encryption troubleshooting guide](../linux/disk-encryption-troubleshooting.md).
162
179
163
180
### Support
164
181
165
-
If you need more help at any point in this article, you can contact the Azure experts on the [MSDN Azure and Stack Overflow forums](https://azure.microsoft.com/support/community/). Alternatively, you can file an Azure support incident. Go to the [Azure support site](https://azure.microsoft.com/support/options/) and select Get support. For information about using Azure Support, read the [Microsoft Azure support FAQ](https://azure.microsoft.com/support/faq/).
182
+
If you need more help at any point in this article, you can contact the Azure experts on the [MSDN Azure and Stack Overflow forums](https://azure.microsoft.com/support/community/).
183
+
184
+
Alternatively, you can file an Azure support incident. Go to [Azure support](https://azure.microsoft.com/support/options/) and select Get support. For information about using Azure Support, read the [Microsoft Azure Support FAQ](https://azure.microsoft.com/support/faq/).
166
185
167
186
## Next steps
168
187
169
-
For more information about VM extensions, see [Virtual machine extensions and features for Linux](features-linux.md).
188
+
* For more information about VM extensions, see [Virtual machine extensions and features for Linux](features-linux.md).
189
+
* For more information about Azure Disk Encryption for Linux, see [Linux virtual machines](../../security/fundamentals/azure-disk-encryption-vms-vmss.md#linux-virtual-machines).
0 commit comments