Commit 34c500a 1 parent 1301e15 commit 34c500a Copy full SHA for 34c500a
File tree 5 files changed +44
-82
lines changed
5 files changed +44
-82
lines changed Original file line number Diff line number Diff line change
1
+ [ Disk Encryption] ( https://learn.microsoft.com/en-us/azure/virtual-machines/disk-encryption-overview )
2
+
3
+ 1 . Azure Disk Encryption requires an Azure Key Vault to control and manage disk encryption keys and secrets. Your key vault and VMs must reside in the same Azure region and subscription.
Original file line number Diff line number Diff line change @@ -23,16 +23,16 @@ IP Versions Supported
23
23
24
24
- used with Standard Load Balancer and Network Interfaces
25
25
26
- ### Static IP Assignments
26
+ ### Static IP Assignment
27
27
28
28
1 . IP Address is assigned to the public ip resource regardless of state of the resource to which the public ip resource is allocated to.
29
29
30
- 2 . IP get un-assigned only when the Public IP Resource is deleted
30
+ 2 . IP address will be un-assigned only when the Public IP Resource is deleted
31
31
32
- ### Dynamic IP Assignments
32
+ ### Dynamic IP Assignment
33
33
34
34
1 . IP Address is assigned only when the resource that needs Public IP resource is started
35
35
36
- 2 . Deallocated when the dependent resource is dellocated, stopped and restarted.
36
+ 2 . Deallocated when the dependent resource is dellocated, stopped and restarted. (not during the guest os reboot).
37
37
38
- IP Address in Dynamic IP Assignments can change.
38
+ 3 . IP Address in Dynamic IP Assignments can change.
Original file line number Diff line number Diff line change
1
+ [ MSDN] ( https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-v10 )
2
+
3
+ 1 . Supports Migration of data to and out of Azure Storage Accounts
4
+
5
+ 2 . Uses SAS or Entra ID AuthN.
6
+
7
+ 3 . Examples
8
+
9
+ - ` azcopy copy "C:\local\path" "https://account.blob.core.windows.net/mycontainer1/?sv=2018-03-28&ss=bjqt&srt=sco&sp=rwddgcup&se=2019-05-01T05:01:17Z&st=2019-04-30T21:01:17Z&spr=https&sig=MGCXiyEzbtttkr3ewJIh2AR8KrghSy1DGM9ovN734bQF4%3D" --recursive=true `
10
+
11
+ - azcopy login (to login using Entra Id before executing copy or other commands)
12
+
13
+ 4 . Supports the following.
14
+
15
+ - Upload files to Azure Blob Storage
16
+ - Download files from Azure Blob Storage
17
+ - Copy blobs between Azure Storage accounts
18
+ - Sync Local with Azure Blob Storage
19
+ - Transfer data to Azure File Shares
20
+ - Copy Data from AWS S3 / Google Storage to Azure Storage
21
+
22
+ ## Important Commands:
23
+
24
+ - azcopy login
25
+ - azcopy logout
26
+ - ** azcopy make**
27
+ - azcopy bench
28
+ - ** azcopy copy**
29
+ - azcopy jobs
30
+ - ** azcopy remove**
31
+ - azcopy sync
32
+
33
+ AzCopy does not have a command to rename files.
34
+
35
+ Azure Storage Explorer uses AzCopy for Data operations.
Original file line number Diff line number Diff line change 10
10
11
11
** Subnets**
12
12
13
- 1 . A subnet can be associated with Zero or one NSG
13
+ 1 . A subnet can be associated with Zero or one NSG (atmost 1 NSG)
14
14
15
15
2 . One NSG can be mapped to many Subnets
16
16
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments