Skip to content
Merged
Show file tree
Hide file tree
Changes from 47 commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
89dea14
WIP
MicroFish91 Jul 17, 2025
a5ec82c
Bump package and update reference times
MicroFish91 Jul 17, 2025
e8a0f76
Add comment
MicroFish91 Jul 17, 2025
f86fd9b
Add monitor query package
MicroFish91 Jul 17, 2025
5e33e78
Add logs
MicroFish91 Jul 17, 2025
0c4a03c
Change delay time
MicroFish91 Jul 18, 2025
d997c6b
Improve func name
MicroFish91 Jul 18, 2025
7b106f1
Change delay order
MicroFish91 Jul 18, 2025
30a0a20
Build the content string out first using an array
MicroFish91 Jul 18, 2025
05147cb
Improve error message
MicroFish91 Jul 18, 2025
2658198
Improve log description
MicroFish91 Jul 18, 2025
9b39261
Improve strings
MicroFish91 Jul 18, 2025
adc3086
Add revision name guard
MicroFish91 Jul 18, 2025
274dd77
Misc improvements
MicroFish91 Jul 18, 2025
9a84dfb
Revert deps
MicroFish91 Jul 18, 2025
9a261c1
Readd deps
MicroFish91 Jul 18, 2025
6348dab
Remove unnecessary vars
MicroFish91 Jul 18, 2025
3890f1f
Bump utils
MicroFish91 Jul 18, 2025
9ac858e
Remove appcontainers bump
MicroFish91 Jul 18, 2025
d3958c4
fix filepath
motm32 Jul 18, 2025
c9106dc
Revert deps
MicroFish91 Jul 18, 2025
d5abab8
Update deps
MicroFish91 Jul 18, 2025
a9e0c8b
Add telemetry for logs
MicroFish91 Jul 18, 2025
0e14be3
Telemetry should be optional
MicroFish91 Jul 18, 2025
372e08f
Add telemetry comment
MicroFish91 Jul 18, 2025
53c2dd0
Update logs query azure client
MicroFish91 Jul 18, 2025
a00c074
Update comment
MicroFish91 Jul 18, 2025
5403657
Add getLogsQueryError
MicroFish91 Jul 18, 2025
fcd5ea9
Remove break
MicroFish91 Jul 18, 2025
fe097b3
Update container app verify step to work with create and update
MicroFish91 Jul 21, 2025
c76eb9d
Rename verification step
MicroFish91 Jul 21, 2025
b71ed6e
Update context name
MicroFish91 Jul 21, 2025
b61d516
Reorder telemetry
MicroFish91 Jul 21, 2025
95e2c11
Update telemetry names
MicroFish91 Jul 21, 2025
be56465
Update telemetry comment
MicroFish91 Jul 21, 2025
2e03b28
Update comment
MicroFish91 Jul 21, 2025
2bcf2c1
merge main
motm32 Jul 21, 2025
3d059df
more changes
motm32 Jul 21, 2025
8509144
Merge branch 'meganmott/prodFixes' of https://github.com/microsoft/vs…
MicroFish91 Jul 21, 2025
53fb1e4
Add activity attributes for other deploy commands
MicroFish91 Jul 21, 2025
8865693
remove changes to main.js
motm32 Jul 21, 2025
4ed0174
Merge branch 'meganmott/prodFixes' of https://github.com/microsoft/vs…
MicroFish91 Jul 21, 2025
756a2d1
Add a troubleshooting note
MicroFish91 Jul 21, 2025
890f296
Omit logs when no rows
MicroFish91 Jul 21, 2025
c936518
Check length property
MicroFish91 Jul 22, 2025
febfc0a
Update troubleshooting
MicroFish91 Jul 22, 2025
85a5a16
Merge branch 'main' of https://github.com/microsoft/vscode-azureconta…
MicroFish91 Jul 22, 2025
6d25c9e
Partial feedback
MicroFish91 Jul 23, 2025
e1eed98
Update logs query client creation
MicroFish91 Jul 23, 2025
982ba44
More feedback
MicroFish91 Jul 23, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7,273 changes: 39 additions & 7,234 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -858,12 +858,13 @@
"@azure/arm-resources": "^5.2.0",
"@azure/container-registry": "1.0.0-beta.5",
"@azure/core-rest-pipeline": "1.10.3",
"@azure/monitor-query": "^1.2.0",
"@azure/storage-blob": "^12.4.1",
"@fluentui/react-components": "^9.56.2",
"@fluentui/react-icons": "^2.0.265",
"@microsoft/vscode-azext-azureutils": "^3.3.3",
"@microsoft/vscode-azext-github": "^1.0.2",
"@microsoft/vscode-azext-utils": "^3.2.1",
"@microsoft/vscode-azext-utils": "^3.3.0",
"@microsoft/vscode-azureresources-api": "^2.0.2",
"buffer": "^6.0.3",
"dayjs": "^1.11.3",
Expand Down
3 changes: 2 additions & 1 deletion src/commands/EXECUTE_PRIORITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ When creating or updating resources, execute steps should occupy certain priorit

- QuickStartImageConfigureStep: 610
- ContainerAppCreateStep: 620
- ContainerAppUpdateStep: 650
- ContainerAppUpdateStep: 680
- ContainerAppStartVerificationStep: 681
Comment thread
MicroFish91 marked this conversation as resolved.
Outdated

### 6. Ingress

Expand Down
13 changes: 11 additions & 2 deletions src/commands/createContainerApp/ContainerAppCreateStep.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@

import { KnownActiveRevisionsMode, type ContainerAppsAPIClient, type Ingress } from "@azure/arm-appcontainers";
import { LocationListStep } from "@microsoft/vscode-azext-azureutils";
import { AzureWizardExecuteStepWithActivityOutput, nonNullProp, nonNullValueAndProp } from "@microsoft/vscode-azext-utils";
import { AzureWizardExecuteStepWithActivityOutput, nonNullProp, nonNullValueAndProp, type AzureWizardExecuteStep } from "@microsoft/vscode-azext-utils";
import { type Progress } from "vscode";
import { containerAppsWebProvider } from "../../constants";
import { containerAppsWebProvider, ImageSource } from "../../constants";
import { ContainerAppItem } from "../../tree/ContainerAppItem";
import { createContainerAppsAPIClient } from "../../utils/azureClients";
import { localize } from "../../utils/localize";
import { ContainerAppStartVerificationStep } from "../image/imageSource/ContainerAppStartVerificationStep";
import { getContainerNameForImage } from "../image/imageSource/containerRegistry/getContainerNameForImage";
import { enabledIngressDefaults } from "../ingress/enableIngress/EnableIngressStep";
import { type ContainerAppCreateContext } from "./ContainerAppCreateContext";
Expand Down Expand Up @@ -59,4 +60,12 @@ export class ContainerAppCreateStep<T extends ContainerAppCreateContext> extends
public shouldExecute(context: T): boolean {
return !context.containerApp;
}

public addExecuteSteps(context: T): AzureWizardExecuteStep<T>[] {
Comment thread
MicroFish91 marked this conversation as resolved.
if (context.imageSource === ImageSource.QuickstartImage) {
return [];
}

return [new ContainerAppStartVerificationStep()];
}
}
14 changes: 14 additions & 0 deletions src/commands/deployContainerApp/deployContainerApp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,17 @@ export async function deployContainerApp(context: IActionContext, node?: Contain
containerApp: item.containerApp,
managedEnvironment: await getManagedEnvironmentFromContainerApp(subscriptionActionContext, item.containerApp),
imageSource,
activityAttributes: {
Comment thread
MicroFish91 marked this conversation as resolved.
Outdated
description: `Deploys an existing image from a container registry to a target Azure Container App.
The container registry and image must already be available for pulling.
Supports public images from any registry, and both public and private images from Azure Container Registry (ACR).
For private image deployment from other third party registries, we support deployment through the 'vscode-containers' extension
via the command titled "Container Registries: Deploy Image to Azure Container Apps...".`,
troubleshooting: [
`If a container app resource envelope is provided in attributes, do not confuse null secrets as missing container app secrets. This is because secrets are not typically
copied over with the core resource metadata. Any issues with secrets will require inspecting the remote resource directly.`,
]
},
};

if (isAzdExtensionInstalled()) {
Expand Down Expand Up @@ -79,6 +90,9 @@ export async function deployContainerApp(context: IActionContext, node?: Contain
await wizard.prompt();
wizardContext.activityTitle = localize('deployContainerAppActivityTitle', 'Deploy image to container app "{0}"', wizardContext.containerApp?.name);
await wizard.execute();

wizardContext.activityAttributes ??= {};
wizardContext.activityAttributes.azureResource = wizardContext.containerApp;
}

async function promptImageSource(context: ISubscriptionActionContext): Promise<ImageSource> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,9 @@ export async function deployWorkspaceProjectInternal(
Deployment is agnostic to project runtime and language.`,
troubleshooting: [
`When ACR build errors are present, try to inspect the Dockerfile and ACR build logs.
When an error is related to the Dockerfile, offer to make direct fixes for the user.
If the Dockerfile and project dependencies don't match, focus on updating the Dockerfile to reflect the project, not the other way around.`
When an error is related to the Dockerfile, offer to make direct fixes for the user.`,
`If a container app resource envelope is provided in attributes, do not confuse empty secrets as missing container app secrets. This is because secrets are not typically
copied over with the core resource metadata. Any issues with secrets will require inspecting the remote resource directly.`,
],
},
};
Expand Down Expand Up @@ -271,5 +272,8 @@ export async function deployWorkspaceProjectInternal(

ext.branchDataProvider.refresh();

wizardContext.activityAttributes ??= {};
wizardContext.activityAttributes.azureResource = wizardContext.containerApp;

return wizardContext;
}
200 changes: 200 additions & 0 deletions src/commands/image/imageSource/ContainerAppStartVerificationStep.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,200 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/

import { KnownRevisionProvisioningState, KnownRevisionRunningState, type ContainerAppsAPIClient, type Revision } from "@azure/arm-appcontainers";
import { LogsQueryResultStatus, type LogsTable } from "@azure/monitor-query";
import { parseAzureResourceId, uiUtils } from "@microsoft/vscode-azext-azureutils";
import { AzureWizardExecuteStepWithActivityOutput, createSubscriptionContext, maskUserInfo, nonNullValueAndProp, parseError, type IParsedError, type LogActivityAttributes } from "@microsoft/vscode-azext-utils";
import { type Progress } from "vscode";
import { ext } from "../../../extensionVariables";
import { type ContainerAppStartVerificationTelemetryProps } from "../../../telemetry/ContainerAppStartVerificationTelemetryProps";
import { type SetTelemetryProps } from "../../../telemetry/SetTelemetryProps";
import { createContainerAppsAPIClient, createLogsQueryClient } from "../../../utils/azureClients";
import { delay } from "../../../utils/delay";
import { localize } from "../../../utils/localize";
import { type IngressContext } from "../../ingress/IngressContext";
import { type ImageSourceContext } from "./ImageSourceContext";

type ContainerAppStartVerificationContext = ImageSourceContext & IngressContext & SetTelemetryProps<ContainerAppStartVerificationTelemetryProps>;

/**
* Verifies that the recently deployed container app did not have any startup issues.
*
* Note: Sometimes an image builds and deploys successfully but fails to run.
* This leads to the Azure Container Apps service silently reverting to the last successful revision.
*/
export class ContainerAppStartVerificationStep<T extends ContainerAppStartVerificationContext> extends AzureWizardExecuteStepWithActivityOutput<T> {
public priority: number = 681;
public stepName: string = 'containerAppStartVerificationStep';

private _client: ContainerAppsAPIClient;

protected getOutputLogSuccess = (context: T): string => localize('verifyContainerAppSuccess', 'Verified container app "{0}" deployment started successfully.', context.containerApp?.name);
protected getOutputLogFail = (context: T): string => localize('updateContainerAppFail', 'Failed to verify container app "{0}" deployment started successfully.', context.containerApp?.name);
protected getTreeItemLabel = (): string => localize('verifyContainerAppLabel', 'Verify container app deployment started successfully');

public async execute(context: T, progress: Progress<{ message?: string | undefined; increment?: number | undefined }>): Promise<void> {
progress.report({ message: localize('verifyingContainerApp', 'Verifying container app startup status...') });
const containerAppName: string = nonNullValueAndProp(context.containerApp, 'name');

// Estimated time (n=1): 1s
Comment thread
MicroFish91 marked this conversation as resolved.
const revisionId: string | undefined = await this.waitAndGetRevisionId(context, 1000 * 10 /** maxWaitTimeMs */);
if (!revisionId) {
throw new Error(localize('revisionCheckTimeout', 'Status check timed out before retrieving the latest deployed container app revision.'));
}

// Estimated time (n=1): 20s
const revisionStatus: string | undefined = await this.waitAndGetRevisionStatus(context, revisionId, containerAppName, 1000 * 60 /** maxWaitTimeMs */);

const parsedResource = parseAzureResourceId(revisionId);
if (!revisionStatus) {
throw new Error(localize('revisionStatusTimeout', 'Status check timed out for the deployed container app revision "{0}".', parsedResource.resourceName));
} else if (revisionStatus !== KnownRevisionRunningState.Running) {
try {
context.telemetry.properties.targetCloud = context.environment.name;

// Try to query and provide any logs to the LLM before throwing
await this.tryAddLogAttributes(context, parsedResource.resourceName);
context.telemetry.properties.addedContainerAppStartLogs = 'true';
} catch (error) {
const perr: IParsedError = parseError(error);
ext.outputChannel.appendLog(localize('logQueryError', 'Error encountered while trying to verify container app revision logs through log query platform.'));
ext.outputChannel.appendLog(perr.message);
context.telemetry.properties.addedContainerAppStartLogs = 'false';
context.telemetry.properties.getLogsQueryError = maskUserInfo(perr.message, []);
}

throw new Error(localize(
'unexpectedRevisionState',
'The deployed container app revision "{0}" has failed to start. If you are updating an existing container app, the service will try to revert to the previous working revision. Inspect the application logs to check for any known startup issues.',
parsedResource.resourceName,
));
}
}

public shouldExecute(context: T): boolean {
return !!context.containerApp;
}

private async waitAndGetRevisionId(context: T, maxWaitTimeMs: number): Promise<string | undefined> {
this._client ??= await createContainerAppsAPIClient([context, createSubscriptionContext(context.subscription)]);

const resourceGroupName: string = nonNullValueAndProp(context.containerApp, 'resourceGroup');
const containerAppName: string = nonNullValueAndProp(context.containerApp, 'name');

let revision: Revision | undefined;
let revisions: Revision[];

const start: number = Date.now();

while (true) {
if ((Date.now() - start) > maxWaitTimeMs) {
break;
}

await delay(1000);
Comment thread
MicroFish91 marked this conversation as resolved.
Outdated

revisions = await uiUtils.listAllIterator(this._client.containerAppsRevisions.listRevisions(resourceGroupName, containerAppName));
revision = revisions.find(r => r.name === context.containerApp?.latestRevisionName && r.template?.containers?.[context.containersIdx ?? 0].image === context.image);

if (revision) {
return revision.id;
}
}

return undefined;
}

private async waitAndGetRevisionStatus(context: T, revisionId: string, containerAppName: string, maxWaitTimeMs: number): Promise<string | undefined> {
this._client ??= await createContainerAppsAPIClient([context, createSubscriptionContext(context.subscription)]);
const parsedRevision = parseAzureResourceId(revisionId);

let revision: Revision;
const start: number = Date.now();

while (true) {
if ((Date.now() - start) > maxWaitTimeMs) {
break;
}

await delay(2000);
Comment thread
MicroFish91 marked this conversation as resolved.
Outdated

revision = await this._client.containerAppsRevisions.getRevision(parsedRevision.resourceGroup, containerAppName, parsedRevision.resourceName);

if (
revision.provisioningState === KnownRevisionProvisioningState.Deprovisioning ||
revision.provisioningState === KnownRevisionProvisioningState.Provisioning ||
revision.runningState === KnownRevisionRunningState.Processing ||
revision.runningState === 'Activating' // For some reason this isn't listed in the known enum
) {
continue;
}

return revision.runningState;
}

return undefined;
}

/**
* Try to query for any logs associated with the revision and add them to the Copilot activity attributes
*/
private async tryAddLogAttributes(context: T, revisionName: string) {
// Basic validation check since we're including a name directly in the query
if (revisionName.length > 54 || !/^[\w-]+$/.test(revisionName)) {
const invalidName: string = localize('unexpectedRevisionName', 'Internal warning: Encountered an unexpected revision name format "{0}". Skipping log query for the revision status check.', revisionName);
ext.outputChannel.appendLog(invalidName);
throw new Error(invalidName);
Comment thread
nturinski marked this conversation as resolved.
}

const workspaceId = context.managedEnvironment.appLogsConfiguration?.logAnalyticsConfiguration?.customerId;
if (!workspaceId) {
return;
}

const logsQueryClient = await createLogsQueryClient(context);
const query = `
ContainerAppConsoleLogs_CL
| where RevisionName_s == "${revisionName}"
| project TimeGenerated, Stream_s, Log_s
| order by TimeGenerated desc
`;

const queryResult = await logsQueryClient.queryWorkspace(workspaceId, query, {
// <= 5 min ago (ISO 8601)
duration: 'PT5M'
});

if (queryResult.status !== LogsQueryResultStatus.Success) {
return;
}

const lines: string[] = [];
const table: LogsTable = queryResult.tables[0];

if (!table.rows.length) {
// Note: Often times we will only be able to find logs when the image source was for `RemoteAcrBuild`
throw new Error(localize('noQueryLogs', 'No query logs were found for revision "{0}".', revisionName));
Comment thread
MicroFish91 marked this conversation as resolved.
}

lines.push(table.columnDescriptors.map(c => c.name ?? '{columnName}').join(','));
for (const row of table.rows) {
if (!Array.isArray(row)) {
continue;
}
lines.push(row.map(r => r instanceof Date ? r.toLocaleString() : String(r)).join(' '));
}

const logs: LogActivityAttributes = {
name: 'Container App Console Logs',
description: `Container runtime logs for revision "${revisionName}" (<= 5 min ago). When a container app update was unsuccessful, these should be inspected to help identify the root cause.`,
content: lines.join('\n'),
};

context.activityAttributes ??= {};
context.activityAttributes.logs ??= [];
context.activityAttributes?.logs.push(logs);
}
}
7 changes: 6 additions & 1 deletion src/commands/image/imageSource/ContainerAppUpdateStep.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/

import { type Container, type Ingress } from "@azure/arm-appcontainers";
import { AzureWizardExecuteStepWithActivityOutput, nonNullProp } from "@microsoft/vscode-azext-utils";
import { AzureWizardExecuteStepWithActivityOutput, nonNullProp, type AzureWizardExecuteStep } from "@microsoft/vscode-azext-utils";
import * as retry from "p-retry";
import { type Progress } from "vscode";
import { ext } from "../../../extensionVariables";
Expand All @@ -14,6 +14,7 @@ import { type IngressContext } from "../../ingress/IngressContext";
import { enabledIngressDefaults } from "../../ingress/enableIngress/EnableIngressStep";
import { RegistryCredentialType } from "../../registryCredentials/RegistryCredentialsAddConfigurationListStep";
import { updateContainerApp } from "../../updateContainerApp";
import { ContainerAppStartVerificationStep } from "./ContainerAppStartVerificationStep";
import { type ImageSourceContext } from "./ImageSourceContext";
import { getContainerNameForImage } from "./containerRegistry/getContainerNameForImage";

Expand Down Expand Up @@ -87,4 +88,8 @@ export class ContainerAppUpdateStep<T extends ImageSourceContext & IngressContex
public shouldExecute(context: T): boolean {
return !!context.containerApp;
}

public addExecuteSteps(): AzureWizardExecuteStep<T>[] {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any reason to not just add this step upfront when we create the wizard?

Copy link
Copy Markdown
Contributor Author

@MicroFish91 MicroFish91 Jul 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was thinking, if this is just something that should always happen on create or update, there's no need to increase cognitive overhead where people need to remember to add this step. This just couples it directly to the steps that need it, and then no one ever needs to think about it again.

The main argument against it in my mind is that it obfuscates some of the logic where you can't just easily look at the wizard steps on the main command page to figure out this is being run. That said, we already obfuscate a lot of steps like that with subWizards, so I figured it's not all that different.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That said, if the assumption of it always needing to run after create or update is wrong, then we should definitely decouple it. It's fairly low cost either way.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I can't think of many great arguments for or against. I was mostly thinking this as well:

The main argument against it in my mind is that it obfuscates some of the logic where you can't just easily look at the wizard steps on the main command page to figure out this is being run.

While we do end up having to obfuscate some of these steps, they all tend to be conditional subwizards which unfortunately, we can't help but do.

return [new ContainerAppStartVerificationStep()];
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/

import { getResourceGroupFromId } from '@microsoft/vscode-azext-azureutils';
import { ActivityChildItem, ActivityChildType, AzExtFsExtra, AzureWizardExecuteStep, activityFailContext, activityFailIcon, activityInfoContext, activitySuccessContext, activitySuccessIcon, createContextValue, nonNullValue, type ActivityChildItemOptions, type ExecuteActivityOutput } from '@microsoft/vscode-azext-utils';
import { ActivityChildItem, ActivityChildType, AzExtFsExtra, AzureWizardExecuteStep, activityFailContext, activityFailIcon, activityInfoContext, activityProgressContext, activityProgressIcon, activitySuccessContext, activitySuccessIcon, createContextValue, nonNullValue, type ActivityChildItemOptions, type ExecuteActivityOutput } from '@microsoft/vscode-azext-utils';
import { randomUUID } from 'crypto';
import { tmpdir } from 'os';
import * as path from 'path';
Expand Down Expand Up @@ -135,6 +135,17 @@ export class UploadSourceCodeStep<T extends BuildImageInAzureImageSourceContext>
};
}

public createProgressOutput(context: T): ExecuteActivityOutput {
return {
item: new ActivityChildItem({
label: localize('uploadSourceCodeLabelProgress', 'Upload workspace source code to registry "{0}"', context.registry?.name),
contextValue: createContextValue([uploadSourceCodeStepContext, activityProgressContext]),
activityType: ActivityChildType.Progress,
iconPath: activityProgressIcon,
}),
};
}

public createFailOutput(context: T): ExecuteActivityOutput {
return {
item: new ActivityChildItem({
Expand Down
17 changes: 17 additions & 0 deletions src/telemetry/ContainerAppStartVerificationTelemetryProps.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/

export interface ContainerAppStartVerificationTelemetryProps {
/**
* Indicates the result of attempting to add logs during container app start verification.
*
* 1. `undefined` — Did not attempt to add logs.
* 2. `false` — Attempted to add logs but failed.
* 3. `true` — Successfully added logs.
*/
addedContainerAppStartLogs?: 'true' | 'false';
getLogsQueryError?: string;
targetCloud?: string;
}
Loading