-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathmetadata.json
More file actions
581 lines (581 loc) · 32 KB
/
Copy pathmetadata.json
File metadata and controls
581 lines (581 loc) · 32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
[
{
"status": "active",
"key": "azure-docs/articles/aks/learn/quick-kubernetes-deploy-cli.md",
"title": "Guida introduttiva: distribuire un cluster del servizio Azure Kubernetes (AKS) con l\u2019interfaccia della riga di comando di Azure",
"description": "Informazioni su come distribuire rapidamente un cluster Kubernetes e un'applicazione nel servizio Azure Kubernetes (AKS), usando l\u2019interfaccia della riga di comando di Azure.",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/it-IT/scenarios/azure-docs/articles/aks/learn/quick-kubernetes-deploy-cli.md",
"documentationUrl": "https://learn.microsoft.com/en-us/azure/aks/learn/quick-kubernetes-deploy-cli",
"nextSteps": [
{
"title": "Prepare an application for AKS",
"url": "https://learn.microsoft.com/en-us/azure/aks/tutorial-kubernetes-prepare-app"
},
{
"title": "AKS solution guidance",
"url": "https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks-start-here?toc=/azure/aks/toc.json&bc=/azure/aks/breadcrumb/toc.json"
}
],
"configurations": {
"permissions": [
"Microsoft.Resources/resourceGroups/write",
"Microsoft.Resources/resourceGroups/read",
"Microsoft.Network/virtualNetworks/write",
"Microsoft.Network/virtualNetworks/read",
"Microsoft.Network/publicIPAddresses/write",
"Microsoft.Network/publicIPAddresses/read",
"Microsoft.Network/networkSecurityGroups/write",
"Microsoft.Network/networkSecurityGroups/read",
"Microsoft.Network/networkSecurityGroups/securityRules/write",
"Microsoft.Network/networkSecurityGroups/securityRules/read",
"Microsoft.Network/networkInterfaces/write",
"Microsoft.Network/networkInterfaces/read",
"Microsoft.Network/networkInterfaces/ipConfigurations/write",
"Microsoft.Network/networkInterfaces/ipConfigurations/read",
"Microsoft.Network/networkInterfaces/ipConfigurations/dnsSettings/update",
"Microsoft.Network/networkInterfaces/ipConfigurations/dnsSettings/delete",
"Microsoft.Storage/storageAccounts/write",
"Microsoft.Storage/storageAccounts/read",
"Microsoft.Provider/register",
"Microsoft.Compute/virtualMachines/write",
"Microsoft.Compute/virtualMachines/read",
"Microsoft.Compute/virtualMachines/extensions/write",
"Microsoft.Compute/virtualMachines/extensions/read",
"Microsoft.ContainerService/managedClusters/write",
"Microsoft.ContainerService/managedClusters/read",
"Microsoft.ContainerService/managedClusters/listClusterUserCredential/action",
"Microsoft.ContainerService/managedClusters/listClusterAdminCredential/action",
"Microsoft.ContainerService/managedClusters/GetAccessProfiles/action",
"Microsoft.Network/publicIPAddresses/list/action"
],
"region": "westeurope"
}
},
{
"status": "active",
"key": "azure-docs/articles/mysql/flexible-server/tutorial-deploy-wordpress-on-aks.md",
"title": "Esercitazione: Distribuire WordPress nel cluster del servizio Azure Kubernetes usando l'interfaccia della riga di comando di Azure",
"description": "Informazioni su come creare e distribuire rapidamente app WordPress nel servizio Azure Kubernetes con il server flessibile di Database di Azure per MySQL.",
"stackDetails": [
"An Ubuntu 22.04 Linux VM (Standard DS2_v2)",
"Azure Database for MySQL - Flexible Server: 8.0.21",
"NGINX web server",
"PHP version 8.1-fpm",
"Latest WordPress",
"Network interface with public IP and network security group",
"Azure Private DNS Zone for Azure MySQL Flexible Server",
"Use port 22 for SSH and ports 80, 443 for web traffic"
],
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/it-IT/scenarios/azure-docs/articles/mysql/flexible-server/tutorial-deploy-wordpress-on-aks.md",
"documentationUrl": "https://learn.microsoft.com/en-us/azure/mysql/flexible-server/tutorial-deploy-wordpress-on-aks",
"nextSteps": [
{
"title": "Access the Kubernetes web dashboard",
"url": "https://learn.microsoft.com/en-us/azure/aks/kubernetes-dashboard"
},
{
"title": "Scale your AKS cluster",
"url": "https://learn.microsoft.com/en-us/azure/aks/tutorial-kubernetes-scale"
},
{
"title": "Manage your Azure Database for MySQL flexible server instance",
"url": "https://learn.microsoft.com/en-us/azure/mysql/flexible-server/quickstart-create-server-cli"
},
{
"title": "Configure server parameters for your database server",
"url": "https://learn.microsoft.com/en-us/azure/mysql/flexible-server/how-to-configure-server-parameters-cli"
}
],
"configurations": {
"permissions": [
"Microsoft.Resources/resourceGroups/write",
"Microsoft.Network/virtualNetworks/write",
"Microsoft.Network/publicIPAddresses/write",
"Microsoft.Network/networkSecurityGroups/write",
"Microsoft.Network/networkSecurityGroups/securityRules/write",
"Microsoft.Network/networkInterfaces/write",
"Microsoft.Network/networkInterfaces/ipConfigurations/write",
"Microsoft.Storage/storageAccounts/write",
"Microsoft.Network/privateDnsZones/write",
"Microsoft.Network/privateDnsZones/virtualNetworkLinks/write",
"Microsoft.Network/privateDnsZones/privateDnsRecordSets/write",
"Microsoft.Network/privateDnsZones/privateDnsRecordSets/A/write",
"Microsoft.Network/privateDnsZones/privateDnsRecordSets/TXT/write",
"Microsoft.Network/privateDnsZones/privateDnsRecordSets/SRV/write",
"Microsoft.Network/privateDnsZones/privateDnsRecordSets/CNAME/write",
"Microsoft.Network/privateDnsZones/privateDnsRecordSets/MX/write",
"Microsoft.Network/privateDnsZones/privateDnsRecordSets/AAAA/write",
"Microsoft.Network/privateDnsZones/privateDnsRecordSets/PTR/write",
"Microsoft.Network/privateDnsZones/privateDnsRecordSets/CERT/write",
"Microsoft.Network/privateDnsZones/privateDnsRecordSets/NS/write",
"Microsoft.Network/privateDnsZones/privateDnsRecordSets/SOA/write",
"Microsoft.Network/privateDnsZones/privateDnsRecordSets/CAA/write",
"Microsoft.Network/privateDnsZones/privateDnsRecordSets/ANY/write",
"Microsoft.Network/privateDnsZones/privateDnsRecordSets/SSHFP/write",
"Microsoft.Network/privateDnsZones/privateDnsRecordSets/SPF/write",
"Microsoft.Network/privateDnsZones/privateDnsRecordSets/DNSKEY/write",
"Microsoft.Network/privateDnsZones/privateDnsRecordSets/DS/write",
"Microsoft.Network/privateDnsZones/privateDnsRecordSets/NAPTR/write",
"Microsoft.Compute/virtualMachines/write",
"Microsoft.Compute/virtualMachines/extensions/write",
"Microsoft.Compute/virtualMachines/read",
"Microsoft.Authorization/roleAssignments/write",
"Microsoft.Authorization/roleAssignments/read",
"Microsoft.Authorization/roleDefinitions/read",
"Microsoft.Authorization/roleDefinitions/write"
],
"region": "westeurope"
}
},
{
"status": "active",
"key": "azure-docs/articles/static-web-apps/get-started-cli.md",
"title": "Guida introduttiva: Creazione del primo sito statico con il App Web statiche di Azure usando l'interfaccia della riga di comando",
"description": "Informazioni su come distribuire un sito statico in App Web statiche di Azure con l'interfaccia della riga di comando di Azure.",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/it-IT/scenarios/azure-docs/articles/static-web-apps/get-started-cli.md",
"documentationUrl": "https://learn.microsoft.com/en-us/azure/static-web-apps/get-started-cli",
"nextSteps": [
{
"title": "Add an API via Azure functions to your static site",
"url": "https://learn.microsoft.com/en-us/azure/static-web-apps/add-api"
}
],
"configurations": {
"region": "EastUS2"
}
},
{
"status": "active",
"key": "azure-docs/articles/virtual-machine-scale-sets/flexible-virtual-machine-scale-sets-cli.md",
"title": "Creare macchine virtuali in un set di scalabilit\u00e0 flessibile usando l'interfaccia della riga di comando di Azure",
"description": "Informazioni su come creare un set di scalabilit\u00e0 di macchine virtuali in modalit\u00e0 di orchestrazione flessibile usando l'interfaccia della riga di comando di Azure.",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/it-IT/scenarios/azure-docs/articles/virtual-machine-scale-sets/flexible-virtual-machine-scale-sets-cli.md",
"documentationUrl": "https://learn.microsoft.com/en-us/azure/virtual-machine-scale-sets/flexible-virtual-machine-scale-sets-cli",
"nextSteps": [
{
"title": "Learn how to create a scale set in the Azure portal",
"url": "https://learn.microsoft.com/en-us/azure/virtual-machine-scale-sets/flexible-virtual-machine-scale-sets-portal"
},
{
"title": "Learn about Virtual Machine Scale Sets",
"url": "https://learn.microsoft.com/en-us/azure/virtual-machine-scale-sets/overview"
},
{
"title": "Automatically scale a Virtual Machine Scale Set with the Azure CLI",
"url": "https://learn.microsoft.com/en-us/azure/virtual-machine-scale-sets/tutorial-autoscale-cli"
}
],
"configurations": {
"region": "EastUS"
}
},
{
"status": "active",
"key": "azure-docs/articles/virtual-machines/linux/quick-create-cli.md",
"title": "Avvio rapido: Usare l'interfaccia della riga di comando di Azure per creare una macchina virtuale Linux",
"description": "In questa guida introduttiva si apprender\u00e0 come usare l'interfaccia della riga di comando di Azure per creare una macchina virtuale Linux",
"stackDetails": [
"An Ubuntu 22.04 Linux VM (Standard DS1_v2)",
"30 GB Premium SSD (120 IOPS, 25 MBps)",
"Network interface with public IP and network security group",
"Port 22 will be opened"
],
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/it-IT/scenarios/azure-docs/articles/virtual-machines/linux/quick-create-cli.md",
"documentationUrl": "https://learn.microsoft.com/en-us/azure/virtual-machines/linux/quick-create-cli",
"nextSteps": [
{
"title": "Learn about virtual machines",
"url": "https://learn.microsoft.com/en-us/azure/virtual-machines/"
},
{
"title": "Use Cloud-Init to initialize a Linux VM on first boot",
"url": "https://learn.microsoft.com/en-us/azure/virtual-machines/linux/tutorial-automate-vm-deployment"
},
{
"title": "Create custom VM images",
"url": "https://learn.microsoft.com/en-us/azure/virtual-machines/linux/tutorial-custom-images"
},
{
"title": "Load Balance VMs",
"url": "https://learn.microsoft.com/en-us/azure/load-balancer/quickstart-load-balancer-standard-public-cli"
}
],
"configurations": {
"permissions": [
"Microsoft.Resources/resourceGroups/write",
"Microsoft.Compute/virtualMachines/write",
"Microsoft.Network/publicIPAddresses/write",
"Microsoft.Network/networkInterfaces/write",
"Microsoft.Storage/storageAccounts/listKeys/action",
"Microsoft.Authorization/roleAssignments/write",
"Microsoft.Compute/virtualMachines/extensions/write",
"Microsoft.Compute/virtualMachines/read",
"Microsoft.Network/publicIPAddresses/read",
"Microsoft.Compute/virtualMachines/instanceView/read"
],
"region": "EastUS"
}
},
{
"status": "active",
"key": "azure-docs/articles/virtual-machines/linux/tutorial-lemp-stack.md",
"title": "Esercitazione: Distribuire uno stack LEMP usando WordPress in una macchina virtuale",
"description": "Questa esercitazione illustra come installare lo stack LEMP e WordPress in una macchina virtuale Linux in Azure.",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/it-IT/scenarios/azure-docs/articles/virtual-machines/linux/tutorial-lemp-stack.md",
"documentationUrl": "https://learn.microsoft.com/en-us/azure/virtual-machines/linux/tutorial-lemp-stack",
"configurations": {
"region": "westeurope"
}
},
{
"status": "active",
"key": "DeployIGonAKS/README.md",
"title": "Distribuire Inspektor Gadget in un cluster servizio Azure Kubernetes",
"description": "Questa esercitazione illustra come distribuire Inspektor Gadget in un cluster del servizio Azure Kubernetes",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/it-IT/scenarios/DeployIGonAKS/README.md",
"documentationUrl": "",
"nextSteps": [
{
"title": "Real-world scenarios where Inspektor Gadget can help you",
"url": "https://go.microsoft.com/fwlink/p/?linkid=2260402#use-cases"
},
{
"title": "Explore the available gadgets",
"url": "https://go.microsoft.com/fwlink/p/?linkid=2260070"
},
{
"title": "Run your own eBPF program",
"url": "https://go.microsoft.com/fwlink/p/?linkid=2259865"
}
],
"configurations": {
"region": "eastus"
}
},
{
"status": "active",
"key": "CreateAKSWebApp/README.md",
"title": "Distribuire un cluster di servizio Azure Kubernetes scalabile e sicuro usando l'interfaccia della riga di comando di Azure",
"description": "Questa esercitazione illustra in modo dettagliato la creazione di un'applicazione Web Azure Kubernetes protetta tramite https.",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/it-IT/scenarios/CreateAKSWebApp/README.md",
"documentationUrl": "",
"nextSteps": [
{
"title": "Azure Kubernetes Service Documentation",
"url": "https://learn.microsoft.com/azure/aks/"
},
{
"title": "Create an Azure Container Registry",
"url": "https://learn.microsoft.com/azure/aks/tutorial-kubernetes-prepare-acr?tabs=azure-cli"
},
{
"title": "Scale your Applciation in AKS",
"url": "https://learn.microsoft.com/azure/aks/tutorial-kubernetes-scale?tabs=azure-cli"
},
{
"title": "Update your application in AKS",
"url": "https://learn.microsoft.com/azure/aks/tutorial-kubernetes-app-update?tabs=azure-cli"
}
],
"configurations": {
"region": "westeurope"
}
},
{
"status": "inactive",
"key": "BlobVisionOnAKS/blob-vision-aks.md"
},
{
"status": "inactive",
"key": "CreateAKSDeployment/create-aks-deployment.md",
"title": "Guida introduttiva: distribuire un cluster del servizio Azure Kubernetes (AKS) con l\u2019interfaccia della riga di comando di Azure",
"description": "Informazioni su come distribuire rapidamente un cluster Kubernetes e un'applicazione nel servizio Azure Kubernetes (AKS), usando l\u2019interfaccia della riga di comando di Azure.",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/it-IT/scenarios/CreateAKSDeployment/create-aks-deployment.md",
"documentationUrl": "",
"configurations": {
"region": "westeurope"
}
},
{
"status": "inactive",
"key": "CreateContainerAppDeploymentFromSource/create-container-app-deployment-from-source.md",
"title": "Creare un'app contenitore sfruttando l'archivio BLOB, SQL e Visione artificiale",
"description": "Questa esercitazione illustra come creare un'app contenitore che sfrutta l'archivio BLOB, SQL e Visione artificiale",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/it-IT/scenarios/CreateContainerAppDeploymentFromSource/create-container-app-deployment-from-source.md",
"documentationUrl": "",
"configurations": {
"region": "westus"
}
},
{
"status": "active",
"key": "CreateRHELVMAndSSH/create-rhel-vm-ssh.md",
"title": "Avvio rapido: Usare l'interfaccia della riga di comando di Azure per creare una macchina virtuale Red Hat Enterprise Linux",
"description": "Questa guida introduttiva illustra come usare l'interfaccia della riga di comando di Azure per creare una macchina virtuale Red Hat Enterprise Linux",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/it-IT/scenarios/CreateRHELVMAndSSH/create-rhel-vm-ssh.md",
"documentationUrl": "",
"configurations": {
"region": "westeurope"
}
},
{
"status": "inactive",
"key": "DeployHAPGonARO/deploy-ha-pg-aro.md",
"title": "Creare un cluster PostgreSQL a disponibilit\u00e0 elevata in Azure Red Hat OpenShift",
"description": "Questa esercitazione illustra come creare un cluster PostgreSQL a disponibilit\u00e0 elevata in Azure Red Hat OpenShift (ARO) usando l'operatore CloudNativePG",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/it-IT/scenarios/DeployHAPGonARO/deploy-ha-pg-aro.md",
"documentationUrl": "",
"configurations": {
"region": ""
}
},
{
"status": "inactive",
"key": "azure-docs/articles/aks/create-postgresql-ha.md",
"title": "Create infrastructure for deploying a highly available PostgreSQL database on AKS",
"description": "Create the infrastructure needed to deploy a highly available PostgreSQL database on AKS using the CloudNativePG operator",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/scenarios/azure-docs/articles/aks/create-postgresql-ha.md",
"documentationUrl": "",
"configurations": {
"region": "westus3"
}
},
{
"status": "inactive",
"key": "azure-docs/articles/aks/deploy-postgresql-ha.md",
"title": "Deploy a highly available PostgreSQL database on AKS with Azure CLI",
"description": "In this article, you deploy a highly available PostgreSQL database on AKS using the CloudNativePG operator.",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/scenarios/azure-docs/articles/aks/deploy-postgresql-ha.md",
"documentationUrl": "",
"configurations": {
"region": ""
}
},
{
"status": "inactive",
"key": "azure-docs/articles/aks/postgresql-ha-overview.md",
"title": "Panoramica della distribuzione di un database PostgreSQL a disponibilit\u00e0 elevata nel servizio Azure Kubernetes con l'interfaccia della riga di comando di Azure",
"description": "Informazioni su come distribuire un database PostgreSQL a disponibilit\u00e0 elevata nel servizio Azure Kubernetes usando l'operatore CloudNativePG con l'interfaccia della riga di comando di Azure.",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/it-IT/scenarios/azure-docs/articles/aks/postgresql-ha-overview.md",
"documentationUrl": "",
"configurations": {
"region": ""
}
},
{
"status": "active",
"key": "AttachDataDiskLinuxVM/attach-data-disk-linux-vm.md",
"title": "Guida introduttiva: Usare l'interfaccia della riga di comando di Azure per creare una macchina virtuale Ubuntu e collegare un disco dati di Azure",
"description": "Questa guida introduttiva illustra come usare l'interfaccia della riga di comando di Azure per creare una macchina virtuale Ubuntu Linux",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/it-IT/scenarios/AttachDataDiskLinuxVM/attach-data-disk-linux-vm.md",
"documentationUrl": "",
"nextSteps": [
{
"title": "Learn about virtual machines",
"url": "https://learn.microsoft.com/en-us/azure/virtual-machines/"
},
{
"title": "Use Cloud-Init to initialize a Linux VM on first boot",
"url": "https://learn.microsoft.com/en-us/azure/virtual-machines/linux/tutorial-automate-vm-deployment"
},
{
"title": "Create custom VM images",
"url": "https://learn.microsoft.com/en-us/azure/virtual-machines/linux/tutorial-custom-images"
},
{
"title": "Load Balance VMs",
"url": "https://learn.microsoft.com/en-us/azure/load-balancer/quickstart-load-balancer-standard-public-cli"
}
],
"configurations": {
"permissions": [],
"region": "australiaeast"
}
},
{
"status": "inactive",
"key": "ObtainPerformanceMetricsLinuxSustem/README.md",
"title": "Recupero delle metriche delle prestazioni da un sistema Linux",
"description": "Informazioni su come ottenere le metriche delle prestazioni da un sistema Linux.",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/it-IT/scenarios/ObtainPerformanceMetricsLinuxSustem/README.md",
"documentationUrl": "",
"configurations": {
"region": ""
}
},
{
"status": "active",
"key": "BlobVisionOnAKS/README.md"
},
{
"status": "active",
"key": "CreateAKSDeployment/README.md",
"title": "Guida introduttiva: distribuire un cluster del servizio Azure Kubernetes (AKS) con l\u2019interfaccia della riga di comando di Azure",
"description": "Informazioni su come distribuire rapidamente un cluster Kubernetes e un'applicazione nel servizio Azure Kubernetes (AKS), usando l\u2019interfaccia della riga di comando di Azure.",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/it-IT/scenarios/CreateAKSDeployment/README.md",
"documentationUrl": "",
"configurations": {
"region": "westeurope"
}
},
{
"status": "active",
"key": "CreateAKSWebApp/create-aks-web-app.md",
"title": "Distribuire un cluster di servizio Azure Kubernetes scalabile e sicuro usando l'interfaccia della riga di comando di Azure",
"description": "Questa esercitazione illustra in modo dettagliato la creazione di un'applicazione Web Azure Kubernetes protetta tramite https.",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/it-IT/scenarios/CreateAKSWebApp/create-aks-web-app.md",
"documentationUrl": "",
"configurations": {
"region": "westeurope"
}
},
{
"status": "active",
"key": "CreateContainerAppDeploymentFromSource/README.md",
"title": "Creare un'app contenitore sfruttando l'archivio BLOB, SQL e Visione artificiale",
"description": "Questa esercitazione illustra come creare un'app contenitore che sfrutta l'archivio BLOB, SQL e Visione artificiale",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/it-IT/scenarios/CreateContainerAppDeploymentFromSource/README.md",
"documentationUrl": "",
"configurations": {
"region": "westus"
}
},
{
"status": "active",
"key": "CreateLinuxVMAndSSH/README.md",
"title": "Avvio rapido: Usare l'interfaccia della riga di comando di Azure per creare una macchina virtuale Linux",
"description": "In questa guida introduttiva si apprender\u00e0 come usare l'interfaccia della riga di comando di Azure per creare una macchina virtuale Linux",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/it-IT/scenarios/CreateLinuxVMAndSSH/README.md",
"documentationUrl": "",
"configurations": {
"region": "EastUS"
}
},
{
"status": "active",
"key": "CreateLinuxVMLAMP/README.md",
"title": "Esercitazione: Distribuire uno stack LEMP usando WordPress in una macchina virtuale",
"description": "Questa esercitazione illustra come installare lo stack LEMP e WordPress in una macchina virtuale Linux in Azure.",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/it-IT/scenarios/CreateLinuxVMLAMP/README.md",
"documentationUrl": "",
"configurations": {
"region": "westeurope"
}
},
{
"status": "active",
"key": "CreateLinuxVMSSwithAppGW/README.md",
"title": "Creare macchine virtuali in un set di scalabilit\u00e0 flessibile usando l'interfaccia della riga di comando di Azure",
"description": "Informazioni su come creare un set di scalabilit\u00e0 di macchine virtuali in modalit\u00e0 di orchestrazione flessibile usando l'interfaccia della riga di comando di Azure.",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/it-IT/scenarios/CreateLinuxVMSSwithAppGW/README.md",
"documentationUrl": "",
"configurations": {
"region": "EastUS"
}
},
{
"status": "active",
"key": "CreateLinuxVMSecureWebServer/README.md",
"title": "Creare un server Web NGINX protetto tramite HTTPS",
"description": "Questa esercitazione illustra come creare un server Web NGINX protetto tramite HTTPS.",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/it-IT/scenarios/CreateLinuxVMSecureWebServer/README.md",
"documentationUrl": "",
"configurations": {
"region": "eastus"
}
},
{
"status": "active",
"key": "CreateRHELVMAndSSH/README.md",
"title": "Avvio rapido: Usare l'interfaccia della riga di comando di Azure per creare una macchina virtuale Red Hat Enterprise Linux",
"description": "Questa guida introduttiva illustra come usare l'interfaccia della riga di comando di Azure per creare una macchina virtuale Red Hat Enterprise Linux",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/it-IT/scenarios/CreateRHELVMAndSSH/README.md",
"documentationUrl": "",
"configurations": {
"region": "EastUS"
}
},
{
"status": "active",
"key": "CreateStaticWebApp/README.md",
"title": "Guida introduttiva: Creazione del primo sito statico con il App Web statiche di Azure usando l'interfaccia della riga di comando",
"description": "Informazioni su come distribuire un sito statico in App Web statiche di Azure con l'interfaccia della riga di comando di Azure.",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/it-IT/scenarios/CreateStaticWebApp/README.md",
"documentationUrl": "",
"configurations": {
"region": "EastUS2"
}
},
{
"status": "active",
"key": "CreateWordPressDeployment/README.md",
"title": "Esercitazione: Distribuire WordPress nel cluster del servizio Azure Kubernetes usando l'interfaccia della riga di comando di Azure",
"description": "Informazioni su come creare e distribuire rapidamente app WordPress nel servizio Azure Kubernetes con il server flessibile di Database di Azure per MySQL.",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/it-IT/scenarios/CreateWordPressDeployment/README.md",
"documentationUrl": "",
"configurations": {
"region": "westeurope"
}
},
{
"status": "active",
"key": "DeployHAPGonARO/README.md",
"title": "Creare un cluster PostgreSQL a disponibilit\u00e0 elevata in Azure Red Hat OpenShift",
"description": "Questa esercitazione illustra come creare un cluster PostgreSQL a disponibilit\u00e0 elevata in Azure Red Hat OpenShift (ARO) usando l'operatore CloudNativePG",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/it-IT/scenarios/DeployHAPGonARO/README.md",
"documentationUrl": "",
"configurations": {
"region": ""
}
},
{
"status": "active",
"key": "DeployIGonAKS/deploy-ig-aks.md",
"title": "Distribuire Inspektor Gadget in un cluster servizio Azure Kubernetes",
"description": "Questa esercitazione illustra come distribuire Inspektor Gadget in un cluster del servizio Azure Kubernetes",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/it-IT/scenarios/DeployIGonAKS/deploy-ig-aks.md",
"documentationUrl": "",
"configurations": {
"region": "eastus"
}
},
{
"status": "active",
"key": "azure-aks-docs/articles/aks/learn/quick-kubernetes-deploy-cli.md",
"title": "Guida introduttiva: distribuire un cluster del servizio Azure Kubernetes (AKS) con l\u2019interfaccia della riga di comando di Azure",
"description": "Informazioni su come distribuire rapidamente un cluster Kubernetes e un'applicazione nel servizio Azure Kubernetes (AKS), usando l\u2019interfaccia della riga di comando di Azure.",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/it-IT/scenarios/azure-aks-docs/articles/aks/learn/quick-kubernetes-deploy-cli.md",
"documentationUrl": "",
"configurations": {
"region": "westeurope"
}
}
]