Skip to content

Commit 68f7e32

Browse files
authored
Merge pull request #3 from rishabkumar7/fix-typo
fixed typo in AZ-900 notes
2 parents 88030a3 + f9fb514 commit 68f7e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AzureFundamentals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This part contains general knowledge about cloud computing e.g. what are the ben
88

99
- High Availability --- The major cloud providers (Azure, AWS, GCP) have multiple data centers spread around throughout the world. Data and code stored in the cloud are copied to more than one data center. If anything happens to one data center, the data can be recovered from another data center.
1010
- Fault Tolerance --- In case there is any fault in the application or infrastructure, the service can continue to work by moving the work to other healthy servers.
11-
- Disaster Discover --- The data in the cloud can also get copied to other regions e.g. copy data from West US to East US. If there is natural disaster happened in West US and every data center goes down, the data center in East US will still have the copy of data.
11+
- Disaster Recovery --- The data in the cloud can also get copied to other regions e.g. copy data from West US to East US. If there is natural disaster happened in West US and every data center goes down, the data center in East US will still have the copy of data.
1212
- Scalability --- The application running in the cloud can expand its size when there are more users in the system.
1313
- Elasticity --- The application running in the cloud can shrink its size when there are fewer users in the system. The users can also set automatic shutdown during the non-business hours to save money.
1414

0 commit comments

Comments
 (0)