Skip to content

Commit 34c500a

Browse files
Auto Merge Changes from task/update-notes to main (#38)
update readme
1 parent 1301e15 commit 34c500a

File tree

5 files changed

+44
-82
lines changed

5 files changed

+44
-82
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
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.

src/Portal/Public IP Address/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ IP Versions Supported
2323

2424
- used with Standard Load Balancer and Network Interfaces
2525

26-
### Static IP Assignments
26+
### Static IP Assignment
2727

2828
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.
2929

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
3131

32-
### Dynamic IP Assignments
32+
### Dynamic IP Assignment
3333

3434
1. IP Address is assigned only when the resource that needs Public IP resource is started
3535

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).
3737

38-
IP Address in Dynamic IP Assignments can change.
38+
3. IP Address in Dynamic IP Assignments can change.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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.

src/Portal/Virtual Networking/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
**Subnets**
1212

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)
1414

1515
2. One NSG can be mapped to many Subnets
1616

src/Portal/Virtual Networking/notes.md

-76
This file was deleted.

0 commit comments

Comments
 (0)