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
@@ -36,7 +36,7 @@ This extension integrates with the [Azure Functions Core Tools](https://docs.mic
36
36
37
37
1. If you do not have the [Azure Functions Core Tools](https://aka.ms/Dqur4e) installed, you will be automatically prompted to install. Follow the specified instructions, or skip to the "Deploy" step if you would rather deploy without running locally.
38
38
> TIP: The "Terminal" panel should pop up automatically and you know your project is running if you see output
39
-
1. Expand your _local project_ in the Azure Functions explorer to copy your function's url
39
+
1. Expand your _local project_ in the Azure Workspace explorer to copy your function's url
40
40
41
41

42
42
@@ -49,7 +49,7 @@ This extension integrates with the [Azure Functions Core Tools](https://docs.mic
49
49
50
50
## Deploy to Azure
51
51
52
-
1. Sign in to your Azure Account by clicking "Sign in to Azure..." in the Azure Functions explorer
52
+
1. Sign in to your Azure Account by clicking "Sign in to Azure..." in the Azure Resources explorer
53
53
> If you don't already have an Azure Account, click "Create a Free Azure Account"
54
54
1. Select the 'plus' button to open the "Create Resource" menu
55
55
@@ -74,7 +74,7 @@ This extension integrates with the [Azure Functions Core Tools](https://docs.mic
74
74
75
75

76
76
77
-
1. Once deployment is complete, expand your _subscription_ in the Azure Functions explorer to copy your deployed function's url
77
+
1. Once deployment is complete, expand your _subscription_ in the Azure Resources explorer to copy your deployed function's url
Copy file name to clipboardExpand all lines: package.nls.json
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,6 @@
85
85
"azureFunctions.showDeployConfirmation": "Ask for confirmation before deploying to a Function App in Azure (deploying will overwrite any previous deployment and cannot be undone).",
86
86
"azureFunctions.showDeploySubpathWarning": "Show a warning when the \"deploySubpath\" setting does not match the selected folder for deploying.",
87
87
"azureFunctions.showDeprecatedStacks": "Show deprecated runtime stacks when creating a Function App in Azure. WARNING: These stacks may be removed at any time and may not be available in all regions.",
88
-
"azureFunctions.showExplorer": "Show or hide the Azure Functions Explorer",
89
88
"azureFunctions.showExtensionsCsprojWarning": "Show a warning when an Azure Functions project was detected that has mismatched \"extensions.csproj\" configuration.",
90
89
"azureFunctions.showFlexEventGridWarning": "Show a warning when deploying a Azure Blob Storage Trigger (using Event Grid) to a Flex Consumption Function App.",
91
90
"azureFunctions.showHiddenStacks": "Show hidden runtime stacks when creating a Function App in Azure. WARNING: These stacks may be in preview or may not be available in all regions.",
ext.outputChannel.appendLog(localize('nonAnonymousWarning','WARNING: Some http trigger urls cannot be displayed in the output window because they require an authentication token. Instead, you may copy them from the Azure Functions explorer.'),logOptions);
96
+
ext.outputChannel.appendLog(localize('nonAnonymousWarning','WARNING: Some http trigger urls cannot be displayed in the output window because they require an authentication token. Instead, you may copy them from the Azure Resources explorer.'),logOptions);
0 commit comments