Skip to content

Commit d77b03a

Browse files
authored
Merge 52d4185 into cbf0c26
2 parents cbf0c26 + 52d4185 commit d77b03a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

AzureAppGatewayOrchestrator/AzureAppGatewayOrchestrator.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
<PropertyGroup>
44
<AppendTargetFrameworkToOutputPath>true</AppendTargetFrameworkToOutputPath>
55
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
6+
<RootNamespace>AzureApplicationGatewayOrchestratorExtension</RootNamespace>
7+
<AssemblyName>AzureApplicationGatewayOrchestratorExtension</AssemblyName>
68
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
79
<ImplicitUsings>disable</ImplicitUsings>
810
</PropertyGroup>

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -528,8 +528,8 @@ The Azure Application Gateway Universal Orchestrator extension implements 2 Cert
528528

529529
Click the Add button to add a new Certificate Store. Use the table below to populate the **Attributes** in the **Add** form.
530530

531-
| Attribute | Description |
532-
| --------- | ----------- |
531+
| Attribute | Description |
532+
| --------- |---------------------------------------------------------|
533533
| Category | Select "Azure Application Gateway Certificate" or the customized certificate store name from the previous step. |
534534
| Container | Optional container to associate certificate store with. |
535535
| Client Machine | The Azure Tenant (directory) ID that owns the Service Principal. |
@@ -619,8 +619,8 @@ Please refer to the **Universal Orchestrator (remote)** usage section ([PAM prov
619619

620620
Click the Add button to add a new Certificate Store. Use the table below to populate the **Attributes** in the **Add** form.
621621

622-
| Attribute | Description |
623-
| --------- | ----------- |
622+
| Attribute | Description |
623+
| --------- |---------------------------------------------------------|
624624
| Category | Select "Azure Application Gateway Certificate Binding" or the customized certificate store name from the previous step. |
625625
| Container | Optional container to associate certificate store with. |
626626
| Client Machine | The Azure Tenant (directory) ID that owns the Service Principal. |

0 commit comments

Comments
 (0)