-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathmetadata.json
More file actions
581 lines (581 loc) · 31.4 KB
/
metadata.json
File metadata and controls
581 lines (581 loc) · 31.4 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": "Inicio r\u00e1pido: Implementaci\u00f3n de un cl\u00faster de Azure Kubernetes Service (AKS) con la CLI de Azure",
"description": "Aprenda a implementar r\u00e1pidamente un cl\u00faster de Kubernetes e implementar una aplicaci\u00f3n en Azure Kubernetes Service (AKS) mediante la CLI de Azure.",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/es-ES/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": "Tutorial: Despliegue WordPress en el cluster AKS usando Azure CLI",
"description": "Aprenda a compilar e implementar r\u00e1pidamente WordPress en AKS con Servidor flexible de Azure Database for 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/es-ES/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": "Inicio r\u00e1pido: creaci\u00f3n del primer sitio est\u00e1tico con Azure Static Web Apps mediante la CLI",
"description": "Aprenda a implementar un sitio est\u00e1tico en Azure Static Web Apps con la CLI de Azure.",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/es-ES/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": "Creaci\u00f3n de m\u00e1quinas virtuales en un conjunto de escalado flexible con la CLI de Azure",
"description": "Aprenda a crear conjuntos de escalado de m\u00e1quinas virtuales en modo de orquestaci\u00f3n flexible mediante la CLI de Azure.",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/es-ES/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": "Inicio r\u00e1pido: Uso de la CLI de Azure para crear una m\u00e1quina virtual Linux",
"description": "En esta gu\u00eda de inicio r\u00e1pido, aprender\u00e1 a utilizar la CLI de Azure para crear una m\u00e1quina virtual 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/es-ES/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": "Tutorial: Implementaci\u00f3n de una pila LEMP mediante WordPress en una m\u00e1quina virtual",
"description": "En este tutorial, aprender\u00e1 a instalar la pila LEMP y WordPress en una m\u00e1quina virtual Linux de Azure.",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/es-ES/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": "Implementaci\u00f3n de Inspektor\u00a0Gadget en un cl\u00faster de Azure\u00a0Kubernetes Service",
"description": "En este tutorial se muestra c\u00f3mo implementar Inspektor\u00a0Gadget en un cl\u00faster de AKS.",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/es-ES/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": "Inicio r\u00e1pido: Implementaci\u00f3n de un cl\u00faster de Azure Kubernetes Service escalable y seguro mediante la CLI de Azure",
"description": "En este tutorial, le guiaremos paso a paso en la creaci\u00f3n de una aplicaci\u00f3n web de Azure Kubernetes protegida mediante https.",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/es-ES/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": "Inicio r\u00e1pido: Implementaci\u00f3n de un cl\u00faster de Azure Kubernetes Service (AKS) con la CLI de Azure",
"description": "Aprenda a implementar r\u00e1pidamente un cl\u00faster de Kubernetes e implementar una aplicaci\u00f3n en Azure Kubernetes Service (AKS) mediante la CLI de Azure.",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/es-ES/scenarios/CreateAKSDeployment/create-aks-deployment.md",
"documentationUrl": "",
"configurations": {
"region": "westeurope"
}
},
{
"status": "inactive",
"key": "CreateContainerAppDeploymentFromSource/create-container-app-deployment-from-source.md",
"title": "Creaci\u00f3n de una instancia de Container App aprovechando el almac\u00e9n de blobs, SQL y Computer Vision",
"description": "En este tutorial se muestra c\u00f3mo crear una instancia de Container App aprovechando el almac\u00e9n de blobs, SQL y Computer Vision.",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/es-ES/scenarios/CreateContainerAppDeploymentFromSource/create-container-app-deployment-from-source.md",
"documentationUrl": "",
"configurations": {
"region": "westus"
}
},
{
"status": "active",
"key": "CreateRHELVMAndSSH/create-rhel-vm-ssh.md",
"title": "Inicio r\u00e1pido: Uso de la CLI de Azure para crear una m\u00e1quina virtual Red Hat Enterprise Linux",
"description": "En este inicio r\u00e1pido, aprender\u00e1 a usar la CLI de Azure para crear una m\u00e1quina virtual Red Hat Enterprise Linux.",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/es-ES/scenarios/CreateRHELVMAndSSH/create-rhel-vm-ssh.md",
"documentationUrl": "",
"configurations": {
"region": "westeurope"
}
},
{
"status": "inactive",
"key": "DeployHAPGonARO/deploy-ha-pg-aro.md",
"title": "Creaci\u00f3n de un cl\u00faster de PostgreSQL de alta disponibilidad en Red Hat OpenShift en Azure",
"description": "En este tutorial se muestra c\u00f3mo crear un cl\u00faster de PostgreSQL de alta disponibilidad en Red Hat OpenShift (ARO) en Azure mediante el operador CloudNativePG",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/es-ES/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": "Introducci\u00f3n a la implementaci\u00f3n de una base de datos PostgreSQL de alta disponibilidad en AKS con la CLI de Azure",
"description": "Aprenda a implementar una base de datos postgreSQL de alta disponibilidad en AKS mediante el operador CloudNativePG con la CLI de Azure.",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/es-ES/scenarios/azure-docs/articles/aks/postgresql-ha-overview.md",
"documentationUrl": "",
"configurations": {
"region": ""
}
},
{
"status": "active",
"key": "AttachDataDiskLinuxVM/attach-data-disk-linux-vm.md",
"title": "Inicio r\u00e1pido: Uso de la CLI de Azure para crear una m\u00e1quina virtual Ubuntu y conectar un disco de datos de Azure",
"description": "En este inicio r\u00e1pido, aprender\u00e1 a usar la CLI de Azure para crear una m\u00e1quina virtual Ubuntu Linux.",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/es-ES/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": "Obtenci\u00f3n de m\u00e9tricas de rendimiento de un sistema Linux",
"description": "Obtenga informaci\u00f3n sobre c\u00f3mo obtener m\u00e9tricas de rendimiento de un sistema Linux.",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/es-ES/scenarios/ObtainPerformanceMetricsLinuxSustem/README.md",
"documentationUrl": "",
"configurations": {
"region": ""
}
},
{
"status": "active",
"key": "BlobVisionOnAKS/README.md"
},
{
"status": "active",
"key": "CreateAKSDeployment/README.md",
"title": "Inicio r\u00e1pido: Implementaci\u00f3n de un cl\u00faster de Azure Kubernetes Service (AKS) con la CLI de Azure",
"description": "Aprenda a implementar r\u00e1pidamente un cl\u00faster de Kubernetes e implementar una aplicaci\u00f3n en Azure Kubernetes Service (AKS) mediante la CLI de Azure.",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/es-ES/scenarios/CreateAKSDeployment/README.md",
"documentationUrl": "",
"configurations": {
"region": "westeurope"
}
},
{
"status": "active",
"key": "CreateAKSWebApp/create-aks-web-app.md",
"title": "Inicio r\u00e1pido: Implementaci\u00f3n de un cl\u00faster de Azure Kubernetes Service escalable y seguro mediante la CLI de Azure",
"description": "En este tutorial, le guiaremos paso a paso en la creaci\u00f3n de una aplicaci\u00f3n web de Azure Kubernetes protegida mediante https.",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/es-ES/scenarios/CreateAKSWebApp/create-aks-web-app.md",
"documentationUrl": "",
"configurations": {
"region": "westeurope"
}
},
{
"status": "active",
"key": "CreateContainerAppDeploymentFromSource/README.md",
"title": "Creaci\u00f3n de una instancia de Container App aprovechando el almac\u00e9n de blobs, SQL y Computer Vision",
"description": "En este tutorial se muestra c\u00f3mo crear una instancia de Container App aprovechando el almac\u00e9n de blobs, SQL y Computer Vision.",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/es-ES/scenarios/CreateContainerAppDeploymentFromSource/README.md",
"documentationUrl": "",
"configurations": {
"region": "westus"
}
},
{
"status": "active",
"key": "CreateLinuxVMAndSSH/README.md",
"title": "Inicio r\u00e1pido: Uso de la CLI de Azure para crear una m\u00e1quina virtual Linux",
"description": "En esta gu\u00eda de inicio r\u00e1pido, aprender\u00e1 a utilizar la CLI de Azure para crear una m\u00e1quina virtual Linux",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/es-ES/scenarios/CreateLinuxVMAndSSH/README.md",
"documentationUrl": "",
"configurations": {
"region": "EastUS"
}
},
{
"status": "active",
"key": "CreateLinuxVMLAMP/README.md",
"title": "Tutorial: Implementaci\u00f3n de una pila LEMP mediante WordPress en una m\u00e1quina virtual",
"description": "En este tutorial, aprender\u00e1 a instalar la pila LEMP y WordPress en una m\u00e1quina virtual Linux de Azure.",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/es-ES/scenarios/CreateLinuxVMLAMP/README.md",
"documentationUrl": "",
"configurations": {
"region": "westeurope"
}
},
{
"status": "active",
"key": "CreateLinuxVMSSwithAppGW/README.md",
"title": "Creaci\u00f3n de m\u00e1quinas virtuales en un conjunto de escalado flexible con la CLI de Azure",
"description": "Aprenda a crear conjuntos de escalado de m\u00e1quinas virtuales en modo de orquestaci\u00f3n flexible mediante la CLI de Azure.",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/es-ES/scenarios/CreateLinuxVMSSwithAppGW/README.md",
"documentationUrl": "",
"configurations": {
"region": "EastUS"
}
},
{
"status": "active",
"key": "CreateLinuxVMSecureWebServer/README.md",
"title": "Crear un servidor web NGINX protegido a trav\u00e9s de HTTPS",
"description": "En este tutorial se muestra c\u00f3mo crear un servidor web NGINX protegido a trav\u00e9s de HTTPS.",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/es-ES/scenarios/CreateLinuxVMSecureWebServer/README.md",
"documentationUrl": "",
"configurations": {
"region": "eastus"
}
},
{
"status": "active",
"key": "CreateRHELVMAndSSH/README.md",
"title": "Inicio r\u00e1pido: Uso de la CLI de Azure para crear una m\u00e1quina virtual Red Hat Enterprise Linux",
"description": "En este inicio r\u00e1pido, aprender\u00e1 a usar la CLI de Azure para crear una m\u00e1quina virtual Red Hat Enterprise Linux.",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/es-ES/scenarios/CreateRHELVMAndSSH/README.md",
"documentationUrl": "",
"configurations": {
"region": "EastUS"
}
},
{
"status": "active",
"key": "CreateStaticWebApp/README.md",
"title": "Inicio r\u00e1pido: creaci\u00f3n del primer sitio est\u00e1tico con Azure Static Web Apps mediante la CLI",
"description": "Aprenda a implementar un sitio est\u00e1tico en Azure Static Web Apps con la CLI de Azure.",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/es-ES/scenarios/CreateStaticWebApp/README.md",
"documentationUrl": "",
"configurations": {
"region": "EastUS2"
}
},
{
"status": "active",
"key": "CreateWordPressDeployment/README.md",
"title": "Tutorial: Despliegue WordPress en el cluster AKS usando Azure CLI",
"description": "Aprenda a compilar e implementar r\u00e1pidamente WordPress en AKS con Servidor flexible de Azure Database for MySQL.",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/es-ES/scenarios/CreateWordPressDeployment/README.md",
"documentationUrl": "",
"configurations": {
"region": "westeurope"
}
},
{
"status": "active",
"key": "DeployHAPGonARO/README.md",
"title": "Creaci\u00f3n de un cl\u00faster de PostgreSQL de alta disponibilidad en Red Hat OpenShift en Azure",
"description": "En este tutorial se muestra c\u00f3mo crear un cl\u00faster de PostgreSQL de alta disponibilidad en Red Hat OpenShift (ARO) en Azure mediante el operador CloudNativePG",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/es-ES/scenarios/DeployHAPGonARO/README.md",
"documentationUrl": "",
"configurations": {
"region": ""
}
},
{
"status": "active",
"key": "DeployIGonAKS/deploy-ig-aks.md",
"title": "Implementaci\u00f3n de Inspektor\u00a0Gadget en un cl\u00faster de Azure\u00a0Kubernetes Service",
"description": "En este tutorial se muestra c\u00f3mo implementar Inspektor\u00a0Gadget en un cl\u00faster de AKS.",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/es-ES/scenarios/DeployIGonAKS/deploy-ig-aks.md",
"documentationUrl": "",
"configurations": {
"region": "eastus"
}
},
{
"status": "active",
"key": "azure-aks-docs/articles/aks/deploy-postgresql-ha.md",
"title": "Implementaci\u00f3n de una base de datos PostgreSQL de alta disponibilidad en AKS con la CLI de Azure",
"description": "En este art\u00edculo, implementar\u00e1 una base de datos PostgreSQL de alta disponibilidad en AKS mediante el operador CloudNativePG.",
"stackDetails": "",
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/main/localized/es-ES/scenarios/azure-aks-docs/articles/aks/deploy-postgresql-ha.md",
"documentationUrl": "",
"configurations": {
"region": ""
}
}
]