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
Copy file name to clipboardExpand all lines: 2022/tr/Days/day34.md
+14-15Lines changed: 14 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
## Microsoft Azure Hands-On Scenarios
1
+
## Microsoft Azure Senaryoları ve Uygulamaları
2
2
3
3
Son 6 gün, Microsoft Azure ve genel olarak halka açık buluta odaklandı. Azure'nin temel yapı taşlarını anlamak için bu temelin biraz teorik bilgi içermesi gerekiyordu, ancak bu bilgi, diğer büyük bulut sağlayıcılarında da geçerli olacaktır.
4
4
@@ -10,43 +10,42 @@ Bu final oturumunda, Microsoft tarafından oluşturulan ve[AZ-104 Microsoft Azur
10
10
11
11
Daha önceki yazılarda, Modül 1, 2 ve 3'ün çoğunu oluşturduk.
12
12
13
-
### Virtual Networking
13
+
### Sanal Ag(Virtual Networking)
14
14
15
-
Following [Module 04](https://microsoftlearning.github.io/AZ-104-MicrosoftAzureAdministrator/Instructions/Labs/LAB_04-Implement_Virtual_Networking.html):
15
+
Takip edilerek [Modül 04](https://microsoftlearning.github.io/AZ-104-MicrosoftAzureAdministrator/Instructions/Labs/LAB_04-Implement_Virtual_Networking.html):
16
16
17
-
I went through the above and changed a few namings for #90DaysOfDevOps. I also instead of using the Cloud Shell went ahead and logged in with my new user created on previous days with the Azure CLI on my Windows machine.
17
+
Yukarıdakileri geçtim ve bazı adları #90DaysOfDevOps için değiştirdim. Ayrıca, Cloud Shell'i kullanmak yerine Windows makinedeki Azure CLI ile önceki günlerde oluşturduğum yeni kullanıcımla giriş yaptım.
18
18
19
-
You can do this using the `az login`which will open a browser and let you authenticate to your account.
19
+
Bunu, tarayıcıyı açacak ve hesabınıza kimlik doğrulama yapmanıza izin verecek `az login`komutunu kullanarak yapabilirsiniz.
20
20
21
-
I have then created a PowerShell script and some references from the module to use to build out some of the tasks below. You can find the associated files in this folder.
22
-
(Cloud\01VirtualNetworking)
21
+
Daha sonra PowerShell betiği oluşturdum ve bazı referanslarını bu klasöre yerleştirerek aşağıdaki görevleri oluşturmak için modülden yararlandım.(Cloud\01VirtualNetworking)
23
22
24
-
Please make sure you change the file location in the script to suit your environment.
23
+
Lütfen scriptte dosya konumunu kendi ortamınıza uyacak şekilde değiştirin.
25
24
26
-
At this first stage, we have no virtual network or virtual machines created in our environment, I only have a cloud shell storage location configured in my resource group.
25
+
Bu ilk aşamada, ortamımızda sanal ağ veya sanal makine oluşturulmadı. Yalnızca kaynak grubumdaki bir Cloud Shell depolama konumu yapılandırdım.
27
26
28
-
I first of all run my [PowerShell script](Cloud/01VirtualNetworking/Module4_90DaysOfDevOps.ps1)
0 commit comments