You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Resources for architects and developers of multitenant solutions](https://learn.microsoft.com/en-us/azure/architecture/guide/multitenant/related-resources)
🔹 Abstractly speaking, a landing zone helps you plan for and design an Azure deployment, by conceptualizing a designated area for placement and integration of resources.
87
-
107
+
88
108
There are two types of landing zones:
89
-
109
+
90
110
1. `platform landing zone`: provides centralized enterprise-scale foundational services for workloads and applications.
91
111
2. `application landing zone`: provides services specific to an application or workload.
112
+
</details>
92
113
93
-
</details>
94
-
95
-
## Computer Science courses
114
+
### Computer Science courses
96
115
97
116
-[Kaggle Solutions and Ideas](https://github.com/faridrashidi/kaggle-solutions): Collection of Kaggle Solutions and Ideas
98
117
-[Best-of Machine Learning with Python](https://github.com/ml-tooling/best-of-ml-python): A ranked list of awesome machine learning Python libraries. Updated weekly.
99
118
-[freeCodeCamp](https://www.freecodecamp.org): Learn to code for free. [youtube](https://www.youtube.com/freecodecamp)
100
119
-[Ultimate Collection of 60 YouTube Courses for 21 Programming Languages](https://dev.to/arjuncodess/ultimate-collection-of-60-youtube-courses-for-21-programming-languages-mega-list-47b5)
101
120
-[Computer Science courses with video lectures](https://github.com/Developer-Y/cs-video-courses)
102
121
103
-
## Industry Trends
122
+
###Industry Trends
104
123
105
124
-[Software Industry Statistics](https://www.statista.com/markets/418/topic/484/software/#overview): Statista Industry Insight
106
125
-[Gartner Top Strategic Technology Trends 2024](https://www.gartner.com/en/articles/gartner-top-10-strategic-technology-trends-for-2024)
-[Algorithm Visualizer](https://github.com/algorithm-visualizer/algorithm-visualizer): Interactive Online Platform that Visualizes Algorithms from Code
| VNet (VPC) <-> Internet | Internet Gateway (public subnet), NAT Gateway (private subnet) | Internet Gateway, NAT Gateway | Cloud Router, Cloud NAT |
739
+
| Subnet Traffic Control | Network Access Control Lists (ACLs) | Network Security Groups (NSGs) | 1. Shared VPC (XPN) subnets and set permissions at project or subnet level 2. Firewall Rules (VM level). |
740
+
741
+
- In Azure, the equivalent of AWS Transit Gateway is Azure Virtual WAN
742
+
- Azure and GCP don’t have a direct concept of public and private subnets like AWS.
743
+
- An Azure Virtual Network (VNet) Gateway can serve as a VPN gateway or an ExpressRoute gateway. Site-to-Site, Point-to-Site, and VNet-to-VNet connections all use a VPN gateway.
744
+
- Point-to-site: Individual device to network.
745
+
- Site-to-site: Network to network.
746
+
- Private IP vs Public IP: `192.168.1.4` (not routable on the internet) vs `34.207.152.137`
0 commit comments