Skip to content

Add support for domain name label scopes #4404

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Conversation

MicroFish91
Copy link
Contributor

@MicroFish91 MicroFish91 commented Mar 8, 2025

Closes #4390

Changes not applied to containerized function apps.

Related to this appservice pr: microsoft/vscode-azureappservice#2703

Todo: Need to update and fix package/package-lock, but the PR is ready for review.

@MicroFish91 MicroFish91 force-pushed the mwf/domainNameScopes branch from f6c7341 to 35d5958 Compare March 8, 2025 00:20
@MicroFish91 MicroFish91 marked this pull request as ready for review March 11, 2025 22:12
@MicroFish91 MicroFish91 requested a review from a team as a code owner March 11, 2025 22:12
if (!context.advancedCreation) {
LocationListStep.addStep(wizardContext, promptSteps);
} else {
CustomLocationListStep.addStep(wizardContext, promptSteps);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Would appreciate a double check on this location logic to make sure these are the scenarios where each type of list step applies

@@ -136,6 +127,147 @@ export class FunctionAppCreateStep extends AzureWizardExecuteStep<IFunctionAppWi
return site;
}

private async getNewSite(context: IFunctionAppWizardContext, stack: FullFunctionAppStack): Promise<Site> {
Copy link
Contributor Author

@MicroFish91 MicroFish91 Mar 12, 2025

Choose a reason for hiding this comment

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

Some of the diff here is showing up as new code, but much of it is just me reorganizing existing code sections and grouping related logic under foldable regions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When creating function apps, use the new default host name
1 participant