Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto Merge Changes from task/update-notes to main #38

Merged
merged 5 commits into from
Apr 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/Portal/Azure Disk Encryption/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[Disk Encryption](https://learn.microsoft.com/en-us/azure/virtual-machines/disk-encryption-overview)

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.
2 changes: 1 addition & 1 deletion src/Portal/Container Instances/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

eg: 1 vCPU, 1.5 GiB Memory and 1 GPU

7. **Networking Options: ** Public, Private and None
7. **Networking Options :** Public, Private and None
10 changes: 5 additions & 5 deletions src/Portal/Public IP Address/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ IP Versions Supported

- used with Standard Load Balancer and Network Interfaces

### Static IP Assignments
### Static IP Assignment

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.

2. IP get un-assigned only when the Public IP Resource is deleted
2. IP address will be un-assigned only when the Public IP Resource is deleted

### Dynamic IP Assignments
### Dynamic IP Assignment

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

2. Deallocated when the dependent resource is dellocated, stopped and restarted.
2. Deallocated when the dependent resource is dellocated, stopped and restarted. (not during the guest os reboot).

IP Address in Dynamic IP Assignments can change.
3. IP Address in Dynamic IP Assignments can change.
35 changes: 35 additions & 0 deletions src/Portal/Storage Accounts/AzCopy/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[MSDN](https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-v10)

1. Supports Migration of data to and out of Azure Storage Accounts

2. Uses SAS or Entra ID AuthN.

3. Examples

- `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`

- azcopy login (to login using Entra Id before executing copy or other commands)

4. Supports the following.

- Upload files to Azure Blob Storage
- Download files from Azure Blob Storage
- Copy blobs between Azure Storage accounts
- Sync Local with Azure Blob Storage
- Transfer data to Azure File Shares
- Copy Data from AWS S3 / Google Storage to Azure Storage

## Important Commands:

- azcopy login
- azcopy logout
- **azcopy make**
- azcopy bench
- **azcopy copy**
- azcopy jobs
- **azcopy remove**
- azcopy sync

AzCopy does not have a command to rename files.

Azure Storage Explorer uses AzCopy for Data operations.
2 changes: 1 addition & 1 deletion src/Portal/Virtual Networking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

**Subnets**

1. A subnet can be associated with Zero or one NSG
1. A subnet can be associated with Zero or one NSG (atmost 1 NSG)

2. One NSG can be mapped to many Subnets

Expand Down
76 changes: 0 additions & 76 deletions src/Portal/Virtual Networking/notes.md

This file was deleted.

Loading