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: articles/automation/shared-resources/certificates.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Manage certificate assets in Azure Automation
2
+
title: Manage certificate in Azure Automation
3
3
description: Certificates are securely stored in Azure Automation so that runbooks or DSC configurations can access them to authenticate against Azure and third-party resources. This article explains the details of certificates and how to work with them in both textual and graphical authoring.
4
4
services: automation
5
5
ms.service: automation
@@ -11,7 +11,7 @@ ms.topic: conceptual
11
11
manager: carmonm
12
12
---
13
13
14
-
# Manage certificate assets in Azure Automation
14
+
# Manage certificates in Azure Automation
15
15
16
16
Certificates are stored securely in Azure Automation so they can be accessed by runbooks or DSC configurations using the [Get-AzAutomationCertificate](https://docs.microsoft.com/powershell/module/Az.Automation/Get-AzAutomationCertificate?view=azps-3.7.0) activity for Azure Resource Manager resources. Secure certificate storage allows you to create runbooks and DSC configurations that use certificates for authentication or add them to Azure or third-party resources.
Copy file name to clipboardExpand all lines: articles/automation/shared-resources/variables.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
---V
1
+
---
2
2
title: Manage variables in Azure Automation
3
3
description: Variable assets are values that are available to all runbooks and DSC configurations in Azure Automation. This article explains the details of variables and how to work with them in both textual and graphical authoring.
0 commit comments