Skip to content

Commit c8f2e42

Browse files
ataiАтаи Рустам Бахтиярович
authored andcommitted
Azure related changes (bregman-arie#247)
* Fix links and add question about branch strategies * Change location of Azure related questions * Add question about zaure func Co-authored-by: Атаи Рустам Бахтиярович <ratai@borlas.ru>
1 parent 355af1d commit c8f2e42

File tree

2 files changed

+173
-167
lines changed

2 files changed

+173
-167
lines changed

README.md

Lines changed: 1 addition & 167 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<tr>
4040
<td align="center"><a href="exercises/cloud/README.md"><img src="images/cloud.png" width="75px;" height="75px;" alt="Cloud"/><br /><b>Cloud</b></a></td>
4141
<td align="center"><a href="exercises/aws/README.md"><img src="images/aws.png" width="100px;" height="75px;" alt="aws"/><br /><b>AWS</b></a></td>
42-
<td align="center"><a href="#azure"><img src="images/azure.png" width="75px;" height="75px;" alt="azure"/><br /><b>Azure</b></a></td>
42+
<td align="center"><a href="exercises/azure/README.md"><img src="images/azure.png" width="75px;" height="75px;" alt="azure"/><br /><b>Azure</b></a></td>
4343
<td align="center"><a href="#gcp"><img src="images/googlecloud.png" width="70px;" height="70px;" alt="Google Cloud Platform"/><br /><b>Google Cloud Platform</b></a></td>
4444
<td align="center"><a href="#openstack"><img src="images/openstack.png" width="75px;" height="75px;" alt="openstack"/><br /><b>OpenStack</b></a></td>
4545
<td align="center"><a href="exercises/security/README.md"><img src="images/security.png" width="75px;" height="75px;" alt="security"/><br /><b>Security</b></a></td>
@@ -5106,172 +5106,6 @@ WHERE
51065106
When you use a function (`YEAR(purchased_at)`) it has to scan the whole database as opposed to using indexes and basically the column as it is, in its natural state.
51075107
</b></details>
51085108

5109-
## Azure
5110-
5111-
<details>
5112-
<summary>What is Azure Portal?</summary><br><b>
5113-
5114-
[Microsoft Docs](https://docs.microsoft.com/en-us/learn/modules/intro-to-azure-fundamentals/what-is-microsoft-azure): "The Azure portal is a web-based, unified console that provides an alternative to command-line tools. With the Azure portal, you can manage your Azure subscription by using a graphical user interface."
5115-
</b></details>
5116-
5117-
<details>
5118-
<summary>What is Azure Marketplace?</summary><br><b>
5119-
5120-
[Microsoft Docs](https://docs.microsoft.com/en-us/learn/modules/intro-to-azure-fundamentals/what-is-microsoft-azure): "Azure marketplace helps connect users with Microsoft partners, independent software vendors, and startups that are offering their solutions and services, which are optimized to run on Azure."
5121-
</b></details>
5122-
5123-
<details>
5124-
<summary>Explain availability sets and availability zones</summary><br><b>
5125-
5126-
An availability set is a logical grouping of VMs that allows Azure to understand how your application is built to provide redundancy and availability. It is recommended that two or more VMs are created within an availability set to provide for a highly available application and to meet the 99.95% Azure SLA.
5127-
</b></details>
5128-
5129-
<details>
5130-
<summary>What is Azure Policy?</summary><br><b>
5131-
</b></details>
5132-
5133-
<details>
5134-
<summary>What is the Azure Resource Manager? Can you describe the format for ARM templates?</summary><br><b>
5135-
</b></details>
5136-
5137-
<details>
5138-
<summary>Explain Azure managed disks</summary><br><b>
5139-
</b></details>
5140-
5141-
#### Azure - Compute
5142-
5143-
<details>
5144-
<summary>What Azure compute services are you familiar with?</summary><br><b>
5145-
5146-
* Azure Virtual Machines
5147-
* Azure Batch
5148-
* Azure Service Fabric
5149-
* Azure Container Instances
5150-
* Azure Virtual Machine Scale Set?s
5151-
</b></details>
5152-
5153-
<details>
5154-
<summary>What "Azure Virtual Machines" service is used for?</summary><br><b>
5155-
5156-
Windows or Linux virtual machines
5157-
</b></details>
5158-
5159-
<details>
5160-
<summary>What "Azure Virtual Machine Scale Sets" service is used for?</summary><br><b>
5161-
5162-
Scaling Linux or Windows virtual machines used in Azure
5163-
</b></details>
5164-
5165-
<details>
5166-
<summary>What "Azure Functions" service is used for?</summary><br><b>
5167-
5168-
Azure Functions is the serverless compute service of Azure.
5169-
</b></details>
5170-
5171-
<details>
5172-
<summary>What "Azure Container Instances" service is used for?</summary><br><b>
5173-
5174-
Running containerized applications (without the need to provision virtual machines).
5175-
</b></details>
5176-
5177-
<details>
5178-
<summary>What "Azure Batch" service is used for?</summary><br><b>
5179-
5180-
Running parallel and high-performance computing applications
5181-
</b></details>
5182-
5183-
<details>
5184-
<summary>What "Azure Service Fabric" service is used for?</summary><br><b>
5185-
</b></details>
5186-
5187-
<details>
5188-
<summary>What "Azure Kubernetes" service is used for?</summary><br><b>
5189-
</b></details>
5190-
5191-
#### Azure - Network
5192-
5193-
<details>
5194-
<summary>What Azure network services are you familiar with?</summary><br><b>
5195-
</b></details>
5196-
5197-
<details>
5198-
<summary>What's an Azure region?</summary><br><b>
5199-
</b></details>
5200-
5201-
<details>
5202-
<summary>What is the N-tier architecture?</summary><br><b>
5203-
</b></details>
5204-
5205-
#### Azure Storage
5206-
5207-
<details>
5208-
<summary>What Azure storage services are you familiar with?</summary><br><b>
5209-
</b></details>
5210-
5211-
<details>
5212-
<summary>What storage options Azure supports?</summary><br><b>
5213-
</b></details>
5214-
5215-
#### Azure Security
5216-
5217-
<details>
5218-
<summary>What is the Azure Security Center? What are some of its features?</summary><br><b>
5219-
5220-
It's a monitoring service that provides threat protection across all of the services in Azure.
5221-
More specifically, it:
5222-
5223-
* Provides security recommendations based on your usage
5224-
* Monitors security settings and continuously all the services
5225-
* Analyzes and identifies potential inbound attacks
5226-
* Detects and blocks malware using machine learning
5227-
</b></details>
5228-
5229-
<details>
5230-
<summary>What is Azure Active Directory?</summary><br><b>
5231-
5232-
Azure AD is a cloud-based identity service. You can use it as a standalone service or integrate it with existing Active Directory service you already running.
5233-
</b></details>
5234-
5235-
<details>
5236-
<summary>What is Azure Advanced Threat Protection?</summary><br><b>
5237-
</b></details>
5238-
5239-
<details>
5240-
<summary>What components are part of Azure ATP?</summary><br><b>
5241-
</b></details>
5242-
5243-
<details>
5244-
<summary>Where logs are stored in Azure Monitor?</summary><br><b>
5245-
</b></details>
5246-
5247-
<details>
5248-
<summary>Explain Azure Site Recovery</summary><br><b>
5249-
</b></details>
5250-
5251-
<details>
5252-
<summary>Explain what the advisor does</summary><br><b>
5253-
</b></details>
5254-
5255-
<details>
5256-
<summary>Explain VNet peering</summary><br><b>
5257-
</b></details>
5258-
5259-
<details>
5260-
<summary>Which protocols are available for configuring health probe</summary><br><b>
5261-
</b></details>
5262-
5263-
<details>
5264-
<summary>Explain Azure Active</summary><br><b>
5265-
</b></details>
5266-
5267-
<details>
5268-
<summary>What is a subscription? What types of subscriptions are there?</summary><br><b>
5269-
</b></details>
5270-
5271-
<details>
5272-
<summary>Explain what is a blob storage service</summary><br><b>
5273-
</b></details>
5274-
52755109
## GCP
52765110

52775111
<details>

exercises/azure/README.md

Lines changed: 172 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,172 @@
1+
## Azure
2+
3+
<details>
4+
<summary>What is Azure Portal?</summary><br><b>
5+
6+
[Microsoft Docs](https://docs.microsoft.com/en-us/learn/modules/intro-to-azure-fundamentals/what-is-microsoft-azure): "The Azure portal is a web-based, unified console that provides an alternative to command-line tools. With the Azure portal, you can manage your Azure subscription by using a graphical user interface."
7+
</b></details>
8+
9+
<details>
10+
<summary>What is Azure Marketplace?</summary><br><b>
11+
12+
[Microsoft Docs](https://docs.microsoft.com/en-us/learn/modules/intro-to-azure-fundamentals/what-is-microsoft-azure): "Azure marketplace helps connect users with Microsoft partners, independent software vendors, and startups that are offering their solutions and services, which are optimized to run on Azure."
13+
</b></details>
14+
15+
<details>
16+
<summary>Explain availability sets and availability zones</summary><br><b>
17+
18+
An availability set is a logical grouping of VMs that allows Azure to understand how your application is built to provide redundancy and availability. It is recommended that two or more VMs are created within an availability set to provide for a highly available application and to meet the 99.95% Azure SLA.
19+
</b></details>
20+
21+
<details>
22+
<summary>What is Azure Policy?</summary><br><b>
23+
</b></details>
24+
25+
<details>
26+
<summary>What is the Azure Resource Manager? Can you describe the format for ARM templates?</summary><br><b>
27+
</b></details>
28+
29+
<details>
30+
<summary>Explain Azure managed disks</summary><br><b>
31+
</b></details>
32+
33+
#### Azure - Compute
34+
35+
<details>
36+
<summary>What Azure compute services are you familiar with?</summary><br><b>
37+
38+
* Azure Virtual Machines
39+
* Azure Batch
40+
* Azure Service Fabric
41+
* Azure Container Instances
42+
* Azure Virtual Machine Scale Set?s
43+
</b></details>
44+
45+
<details>
46+
<summary>What "Azure Virtual Machines" service is used for?</summary><br><b>
47+
48+
Windows or Linux virtual machines
49+
</b></details>
50+
51+
<details>
52+
<summary>What "Azure Virtual Machine Scale Sets" service is used for?</summary><br><b>
53+
54+
Scaling Linux or Windows virtual machines used in Azure
55+
</b></details>
56+
57+
<details>
58+
<summary>What "Azure Functions" service is used for?</summary><br><b>
59+
60+
Azure Functions is the serverless compute service of Azure.
61+
</b></details>
62+
63+
<details>
64+
<summary>What "Durable Azure Function" are?</summary>
65+
<br>
66+
67+
[Microsoft Learn](https://docs.microsoft.com/en-us/learn/modules/intro-to-azure-fundamentals/what-is-microsoft-azure): Durable Functions is an extension of Azure Functions that lets you write stateful functions in a serverless compute environment.
68+
</details>
69+
70+
<details>
71+
<summary>What "Azure Container Instances" service is used for?</summary><br><b>
72+
73+
Running containerized applications (without the need to provision virtual machines).
74+
</b></details>
75+
76+
<details>
77+
<summary>What "Azure Batch" service is used for?</summary><br><b>
78+
79+
Running parallel and high-performance computing applications
80+
</b></details>
81+
82+
<details>
83+
<summary>What "Azure Service Fabric" service is used for?</summary><br><b>
84+
</b></details>
85+
86+
<details>
87+
<summary>What "Azure Kubernetes" service is used for?</summary><br><b>
88+
</b></details>
89+
90+
#### Azure - Network
91+
92+
<details>
93+
<summary>What Azure network services are you familiar with?</summary><br><b>
94+
</b></details>
95+
96+
<details>
97+
<summary>What's an Azure region?</summary><br><b>
98+
</b></details>
99+
100+
<details>
101+
<summary>What is the N-tier architecture?</summary><br><b>
102+
</b></details>
103+
104+
#### Azure Storage
105+
106+
<details>
107+
<summary>What Azure storage services are you familiar with?</summary><br><b>
108+
</b></details>
109+
110+
<details>
111+
<summary>What storage options Azure supports?</summary><br><b>
112+
</b></details>
113+
114+
#### Azure Security
115+
116+
<details>
117+
<summary>What is the Azure Security Center? What are some of its features?</summary><br><b>
118+
119+
It's a monitoring service that provides threat protection across all of the services in Azure.
120+
More specifically, it:
121+
122+
* Provides security recommendations based on your usage
123+
* Monitors security settings and continuously all the services
124+
* Analyzes and identifies potential inbound attacks
125+
* Detects and blocks malware using machine learning
126+
</b></details>
127+
128+
<details>
129+
<summary>What is Azure Active Directory?</summary><br><b>
130+
131+
Azure AD is a cloud-based identity service. You can use it as a standalone service or integrate it with existing Active Directory service you already running.
132+
</b></details>
133+
134+
<details>
135+
<summary>What is Azure Advanced Threat Protection?</summary><br><b>
136+
</b></details>
137+
138+
<details>
139+
<summary>What components are part of Azure ATP?</summary><br><b>
140+
</b></details>
141+
142+
<details>
143+
<summary>Where logs are stored in Azure Monitor?</summary><br><b>
144+
</b></details>
145+
146+
<details>
147+
<summary>Explain Azure Site Recovery</summary><br><b>
148+
</b></details>
149+
150+
<details>
151+
<summary>Explain what the advisor does</summary><br><b>
152+
</b></details>
153+
154+
<details>
155+
<summary>Explain VNet peering</summary><br><b>
156+
</b></details>
157+
158+
<details>
159+
<summary>Which protocols are available for configuring health probe</summary><br><b>
160+
</b></details>
161+
162+
<details>
163+
<summary>Explain Azure Active</summary><br><b>
164+
</b></details>
165+
166+
<details>
167+
<summary>What is a subscription? What types of subscriptions are there?</summary><br><b>
168+
</b></details>
169+
170+
<details>
171+
<summary>Explain what is a blob storage service</summary><br><b>
172+
</b></details>

0 commit comments

Comments
 (0)