Skip to content

Commit 1c0e8de

Browse files
authored
Merge pull request #101397 from MicrosoftDocs/master
1/16 AM Publish
2 parents 5bbe87c + 6d9c1b1 commit 1c0e8de

File tree

123 files changed

+1554
-2610
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+1554
-2610
lines changed

.openpublishing.redirection.json

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,75 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "articles/power-bi-workspace-collections/app-token-flow.md",
5+
"redirect_url": "/previous-versions/azure/power-bi-workspace-collections/app-token-flow",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path": "articles/power-bi-workspace-collections/connect-datasource.md",
10+
"redirect_url": "/previous-versions/azure/power-bi-workspace-collections/connect-datasource",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path": "articles/power-bi-workspace-collections/create-report-from-dataset.md",
15+
"redirect_url": "/previous-versions/azure/power-bi-workspace-collections/create-report-from-dataset",
16+
"redirect_document_id": false
17+
},
18+
{
19+
"source_path": "articles/power-bi-workspace-collections/embed-report.md",
20+
"redirect_url": "/previous-versions/azure/power-bi-workspace-collections/embed-report",
21+
"redirect_document_id": false
22+
},
23+
{
24+
"source_path": "articles/power-bi-workspace-collections/faq.md",
25+
"redirect_url": "/previous-versions/azure/power-bi-workspace-collections/faq",
26+
"redirect_document_id": false
27+
},
28+
{
29+
"source_path": "articles/power-bi-workspace-collections/get-started-sample.md",
30+
"redirect_url": "/previous-versions/azure/power-bi-workspace-collections/get-started-sample",
31+
"redirect_document_id": false
32+
},
33+
{
34+
"source_path": "articles/power-bi-workspace-collections/get-started.md",
35+
"redirect_url": "/previous-versions/azure/power-bi-workspace-collections/get-started",
36+
"redirect_document_id": false
37+
},
38+
{
39+
"source_path": "articles/power-bi-workspace-collections/interact-with-reports.md",
40+
"redirect_url": "/previous-versions/azure/power-bi-workspace-collections/interact-with-reports",
41+
"redirect_document_id": false
42+
},
43+
{
44+
"source_path": "articles/power-bi-workspace-collections/row-level-security.md",
45+
"redirect_url": "/previous-versions/azure/power-bi-workspace-collections/row-level-security",
46+
"redirect_document_id": false
47+
},
48+
{
49+
"source_path": "articles/power-bi-workspace-collections/save-reports.md",
50+
"redirect_url": "/previous-versions/azure/power-bi-workspace-collections/save-reports",
51+
"redirect_document_id": false
52+
},
53+
{
54+
"source_path": "articles/power-bi-workspace-collections/scenarios.md",
55+
"redirect_url": "/previous-versions/azure/power-bi-workspace-collections/scenarios",
56+
"redirect_document_id": false
57+
},
58+
{
59+
"source_path": "articles/power-bi-workspace-collections/toggle-mode.md",
60+
"redirect_url": "/previous-versions/azure/power-bi-workspace-collections/toggle-mode",
61+
"redirect_document_id": false
62+
},
63+
{
64+
"source_path": "articles/power-bi-workspace-collections/what-are-power-bi-workspace-collections.md",
65+
"redirect_url": "/previous-versions/azure/power-bi-workspace-collections/what-are-power-bi-workspace-collections",
66+
"redirect_document_id": false
67+
},
68+
{
69+
"source_path": "articles/power-bi-workspace-collections/whats-new.md",
70+
"redirect_url": "/previous-versions/azure/power-bi-workspace-collections/whats-new",
71+
"redirect_document_id": false
72+
},
373
{
474
"source_path": "articles/active-directory/users-groups-roles/groups-update-rule.md",
575
"redirect_url": "/articles/active-directory/users-groups-roles/groups-create-rule",
@@ -40960,6 +41030,11 @@
4096041030
"redirect_url": "/azure/hdinsight/hdinsight-debug-ambari-tez-view",
4096141031
"redirect_document_id": false
4096241032
},
41033+
{
41034+
"source_path": "articles/hdinsight/hadoop/apache-hadoop-debug-jobs.md",
41035+
"redirect_url": "/azure/hdinsight/hdinsight-hadoop-oms-log-analytics-tutorial",
41036+
"redirect_document_id": false
41037+
},
4096341038
{
4096441039
"source_path": "articles/hdinsight/hadoop/apache-hadoop-use-mapreduce-remote-desktop.md",
4096541040
"redirect_url": "/azure/hdinsight/hadoop/apache-hadoop-use-mapreduce-ssh",

articles/active-directory/devices/azuread-join-sso.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,17 @@ It is probably not a surprise that an Azure Active Directory (Azure AD) joined d
2121

2222
This article explains how this works.
2323

24+
## Prerequisites
25+
26+
If Azure AD joined machines are not connected to your organization's network, a VPN or other network infrastructure is required. On-premises SSO requires line-of-sight communication with your on-premises AD DS domain controllers.
27+
2428
## How it works
2529

2630
Because you need to remember just one single user name and password, SSO simplifies access to your resources and improves the security of your environment. With an Azure AD joined device, your users already have an SSO experience to the cloud apps in your environment. If your environment has an Azure AD and an on-premises AD, you probably want to expand the scope of your SSO experience to your on-premises Line Of Business (LOB) apps, file shares, and printers.
2731

2832
Azure AD joined devices have no knowledge about your on-premises AD environment because they aren't joined to it. However, you can provide additional information about your on-premises AD to these devices with Azure AD Connect.
29-
An environment that has both, an Azure AD and an on-premises AD, is also known has hybrid environment. If you have a hybrid environment, it is likely that you already have Azure AD Connect deployed to synchronize your on-premises identity information to the cloud. As part of the synchronization process, Azure AD Connect synchronizes on-premises domain information to Azure AD. When a user signs in to an Azure AD joined device in a hybrid environment:
33+
34+
An environment that has both, an Azure AD and an on-premises AD, is also known has hybrid environment. If you have a hybrid environment, it is likely that you already have Azure AD Connect deployed to synchronize your on-premises identity information to the cloud. As part of the synchronization process, Azure AD Connect synchronizes on-premises user information to Azure AD. When a user signs in to an Azure AD joined device in a hybrid environment:
3035

3136
1. Azure AD sends the name of the on-premises domain the user is a member of back to the device.
3237
1. The local security authority (LSA) service enables Kerberos authentication on the device.

articles/backup/backup-azure-backup-server-vmware.md

Lines changed: 41 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This article explains how to:
1818

1919
## Before you start
2020

21-
- Verify that you're running a version of vCenter/ESXi that's supported for backup - versions 6.5, 6.0, and 5.5.
21+
- Verify that you're running a version of vCenter/ESXi that's supported for backup. Refer to the support matrix [here](https://docs.microsoft.com/azure/backup/backup-mabs-protection-matrix).
2222
- Make sure you've set up Azure Backup Server. If you haven't, [do that](backup-azure-microsoft-azure-backup.md) before you start. You should be running Azure Backup Server with the latest updates.
2323

2424
## Create a secure connection to the vCenter Server
@@ -124,26 +124,41 @@ The Azure Backup Server needs a user account with permissions to access v-Center
124124

125125
### Role permissions
126126

127-
**6.5/6.0** | **5.5**
128-
--- | ---
129-
Datastore.AllocateSpace | Datastore.AllocateSpace
130-
Global.ManageCustomFields | Global.ManageCustomFields
131-
Global.SetCustomField |
132-
Host.Local.CreateVM | Network.Assign
133-
Network.Assign |
134-
Resource.AssignVMToPool |
135-
VirtualMachine.Config.AddNewDisk | VirtualMachine.Config.AddNewDisk
136-
VirtualMachine.Config.AdvancedConfig| VirtualMachine.Config.AdvancedConfig
137-
VirtualMachine.Config.ChangeTracking| VirtualMachine.Config.ChangeTracking
138-
VirtualMachine.Config.HostUSBDevice |
139-
VirtualMachine.Config.QueryUnownedFiles |
140-
VirtualMachine.Config.SwapPlacement| VirtualMachine.Config.SwapPlacement
141-
VirtualMachine.Interact.PowerOff| VirtualMachine.Interact.PowerOff
142-
VirtualMachine.Inventory.Create| VirtualMachine.Inventory.Create
143-
VirtualMachine.Provisioning.DiskRandomAccess |
144-
VirtualMachine.Provisioning.DiskRandomRead | VirtualMachine.Provisioning.DiskRandomRead
145-
VirtualMachine.State.CreateSnapshot | VirtualMachine.State.CreateSnapshot
146-
VirtualMachine.State.RemoveSnapshot | VirtualMachine.State.RemoveSnapshot
127+
| **Privileges for vCenter 6.5 and above user account** | **Privileges for vCenter 6.0 user account** | **Privileges for vCenter 5.5 user account** |
128+
| ------------------------------------------------------------ | --------------------------------------------------------- | ------------------------------------------- |
129+
| Datastore.AllocateSpace | | |
130+
| Datastore.Browse datastore | Datastore.AllocateSpace | Network.Assign |
131+
| Datastore.Low-level file operations | Global.Manage custom attributes | Datastore.AllocateSpace |
132+
| Datastore cluster.Configure a datatstore cluster | Global.Set custom attribute | VirtualMachine.Config.ChangeTracking |
133+
| Global.Disable methods | Host.Local operations.Create virtual machine | VirtualMachine.State.RemoveSnapshot |
134+
| Global.Enable methods | Network. Assign network | VirtualMachine.State.CreateSnapshot |
135+
| Global.Licenses | Resource. Assign virtual machine to resource pool | VirtualMachine.Provisioning.DiskRandomRead |
136+
| Global.Log event | Virtual machine.Configuration.Add new disk | VirtualMachine.Interact.PowerOff |
137+
| Global.Manage custom attributes | Virtual machine.Configuration.Advanced | VirtualMachine.Inventory.Create |
138+
| Global.Set custom attribute | Virtual machine.Configuration.Disk change tracking | VirtualMachine.Config.AddNewDisk |
139+
| Network.Assign network | Virtual machine.Configuration.Host USB device | VirtualMachine.Config.HostUSBDevice |
140+
| Resource. Assign virtual machine to resource pool | Virtual machine.Configuration.Query unowned files | VirtualMachine.Config.AdvancedConfig |
141+
| Virtual machine.Configuration.Add new disk | Virtual machine.Configuration.Swapfile placement | VirtualMachine.Config.SwapPlacement |
142+
| Virtual machine.Configuration.Advanced | Virtual machine.Interaction.Power Off | Global.ManageCustomFields |
143+
| Virtual machine.Configuration.Disk change tracking | Virtual machine.Inventory. Create new | |
144+
| Virtual machine.Configuration.Disk lease | Virtual machine.Provisioning.Allow disk access | |
145+
| Virtual machine.Configuration.Extend virtual disk | Virtual machine.Provisioning. Allow read-only disk access | |
146+
| Virtual machine.Guest Operations.Guest Operation Modifications | Virtual machine.Snapshot management.Create snapshot | |
147+
| Virtual machine.Guest Operations.Guest Operation Program Execution | Virtual machine.Snapshot management.Remove Snapshot | |
148+
| Virtual machine.Guest Operations.Guest Operation Queries | | |
149+
| Virtual machine .Interaction .Device connection | | |
150+
| Virtual machine .Interaction .Guest operating system management by VIX API | | |
151+
| Virtual machine .Inventory.Register | | |
152+
| Virtual machine .Inventory.Remove | | |
153+
| Virtual machine .Provisioning.Allow disk access | | |
154+
| Virtual machine .Provisioning.Allow read-only disk access | | |
155+
| Virtual machine .Provisioning.Allow virtual machine download | | |
156+
| Virtual machine .Snapshot management. Create snapshot | | |
157+
| Virtual machine .Snapshot management.Remove Snapshot | | |
158+
| Virtual machine .Snapshot management.Revert to snapshot | | |
159+
| vApp.Add virtual machine | | |
160+
| vApp.Assign resource pool | | |
161+
| vApp.Unregister | | |
147162

148163
## Create a VMware account
149164

@@ -326,21 +341,21 @@ To back up vSphere 6.7, do the following:
326341
- Set the registry keys as follows:
327342

328343
```text
329-
344+
330345
Windows Registry Editor Version 5.00
331-
346+
332347
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\.NETFramework\v2.0.50727]
333348
"SystemDefaultTlsVersions"=dword:00000001
334349
"SchUseStrongCrypto"=dword:00000001
335-
350+
336351
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\.NETFramework\v4.0.30319]
337352
"SystemDefaultTlsVersions"=dword:00000001
338353
"SchUseStrongCrypto"=dword:00000001
339-
354+
340355
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v2.0.50727]
341356
"SystemDefaultTlsVersions"=dword:00000001
342357
"SchUseStrongCrypto"=dword:00000001
343-
358+
344359
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319]
345360
"SystemDefaultTlsVersions"=dword:00000001
346361
"SchUseStrongCrypto"=dword:00000001

articles/backup/backup-rbac-rs-vault.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,25 +30,25 @@ The following table captures the Backup management actions and corresponding min
3030
| Create Recovery Services vault | Backup Contributor | Resource group containing the vault |
3131
| Enable backup of Azure VMs | Backup Operator | Resource group containing the vault |
3232
| | Virtual Machine Contributor | VM resource |
33-
| On-demand backup of VM | Backup Operator | Recovery vault resource |
33+
| On-demand backup of VM | Backup Operator | Recovery Services vault |
3434
| Restore VM | Backup Operator | Recovery Services vault |
3535
| | Contributor | Resource group in which VM will be deployed |
3636
| | Virtual Machine Contributor | Source VM that got backed up |
37-
| Restore unmanaged disks VM backup | Backup Operator | Recovery vault resource |
37+
| Restore unmanaged disks VM backup | Backup Operator | Recovery Services vault |
3838
| | Virtual Machine Contributor | Source VM that got backed up |
3939
| | Storage Account Contributor | Storage account resource where disks are going to be restored |
40-
| Restore managed disks from VM backup | Backup Operator | Recovery vault resource |
40+
| Restore managed disks from VM backup | Backup Operator | Recovery Services vault |
4141
| | Virtual Machine Contributor | Source VM that got backed up |
4242
| | Storage Account Contributor | Temporary Storage account selected as part of restore to hold data from vault before converting them to managed disks |
4343
| | Contributor | Resource group to which managed disk(s) will be restored |
44-
| Restore individual files from VM backup | Backup Operator | Recovery vault resource |
44+
| Restore individual files from VM backup | Backup Operator | Recovery Services vault |
4545
| | Virtual Machine Contributor | Source VM that got backed up |
46-
| Create backup policy for Azure VM backup | Backup Contributor | Recovery vault resource |
47-
| Modify backup policy of Azure VM backup | Backup Contributor | Recovery vault resource |
48-
| Delete backup policy of Azure VM backup | Backup Contributor | Recovery vault resource |
49-
| Stop backup (with retain data or delete data) on VM backup | Backup Contributor | Recovery vault resource |
50-
| Register on-premises Windows Server/client/SCDPM or Azure Backup Server | Backup Operator | Recovery vault resource |
51-
| Delete registered on-premises Windows Server/client/SCDPM or Azure Backup Server | Backup Contributor | Recovery vault resource |
46+
| Create backup policy for Azure VM backup | Backup Contributor | Recovery Services vault |
47+
| Modify backup policy of Azure VM backup | Backup Contributor | Recovery Services vault |
48+
| Delete backup policy of Azure VM backup | Backup Contributor | Recovery Services vault |
49+
| Stop backup (with retain data or delete data) on VM backup | Backup Contributor | Recovery Services vault |
50+
| Register on-premises Windows Server/client/SCDPM or Azure Backup Server | Backup Operator | Recovery Services vault |
51+
| Delete registered on-premises Windows Server/client/SCDPM or Azure Backup Server | Backup Contributor | Recovery Services vault |
5252

5353
> [!IMPORTANT]
5454
> If you specify VM Contributor at a VM resource scope and click on Backup as part of VM settings, it will open 'Enable Backup' screen even though VM is already backed up as the call to verify backup status works only at subscription level. To avoid this, either go to vault and open the backup item view of the VM or specify VM Contributor role at a subscription level.

articles/backup/backup-sql-server-database-azure-vms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In this article, you'll learn how to:
2323

2424
Before you back up a SQL Server database, check the following criteria:
2525

26-
1. Identify or create a [Recovery Services vault](backup-sql-server-database-azure-vms.md#create-a-recovery-services-vault) in the same region or locale as the VM hosting the SQL Server instance.
26+
1. Identify or create a [Recovery Services vault](backup-sql-server-database-azure-vms.md#create-a-recovery-services-vault) in the same region and subscription as the VM hosting the SQL Server instance.
2727
2. Verify that the VM has [network connectivity](backup-sql-server-database-azure-vms.md#establish-network-connectivity).
2828
3. Make sure that the SQL Server databases follow the [database naming guidelines for Azure Backup](#database-naming-guidelines-for-azure-backup).
2929
4. Check that you don't have any other backup solutions enabled for the database. Disable all other SQL Server backups before you back up the database.

0 commit comments

Comments
 (0)