Skip to content

Commit 7288bf9

Browse files
Merge pull request #309557 from dominicbetts/aio-connector-optional-config
AIO: Make additionalConfig.json file optional
2 parents 37e2333 + 120a75b commit 7288bf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/iot-operations/develop-edge-apps/howto-build-akri-connectors-vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ Use the VS Code workspace created from the **Create an Akri Connector** command
350350
351351
## Publish metadata artifacts
352352

353-
Use the **Azure IoT Operations Akri connectors: Publish Akri Connector Image or Metadata** command to publish metadata folders to an ACR registry. The command uses the Azure CLI and `oras` commands. To publish to an ACR registry, you need your Azure subscription ID and ACR registry name. Currently, the extension expects files called `connector-metadata.json` and `additionalConfig.json` to be present in any folder you push.
353+
Use the **Azure IoT Operations Akri connectors: Publish Akri Connector Image or Metadata** command to publish metadata folders to an ACR registry. The command uses the Azure CLI and `oras` commands. To publish to an ACR registry, you need your Azure subscription ID and ACR registry name. Currently, the extension expects files called `connector-metadata.json` and optionally `additionalConfig.json` to be present in any folder you push.
354354

355355

356356
## Known Issues

0 commit comments

Comments
 (0)