Create Or Update Configuration. Create Or Update Configuration Slot. Create Or Update Function Secret. Create Or Update Host Secret. Create Or Update Hybrid Connection. Create Or Update Public Certificate. Create Or Update Slot. Create Or Update Source Control. Create Or Update Vnet Connection.
Delete Backup Configuration. Delete Backup Configuration Slot. Delete Backup Slot. Delete Continuous Web Job. Description for Delete a continuous web job by its ID for an app, or a deployment slot. Delete Continuous Web Job Slot.
Delete Deployment. Delete Deployment Slot. Delete Domain Ownership Identifier. Delete Domain Ownership Identifier Slot. Delete Function Secret. Delete Function Secret Slot. Delete Host Name Binding. Delete Host Name Binding Slot. Delete Host Secret. Delete Host Secret Slot. Delete Hybrid Connection. Delete Hybrid Connection Slot.
Delete Instance Function Slot. Delete Instance Process. Delete Instance Process Slot. Delete Premier Add On. Delete Premier Add On Slot. Delete Private Endpoint Connection. Delete Private Endpoint Connection Slot. Delete Process Slot. Delete Public Certificate. Delete Public Certificate Slot. Delete Relay Service Connection. Delete Relay Service Connection Slot. Delete Site Extension. Delete Site Extension Slot. Delete Source Control.
Delete Source Control Slot. Delete Swift Virtual Network. Description for Deletes a Swift Virtual Network connection from an app or deployment slot. Delete Swift Virtual Network Slot. Delete Triggered Web Job. Description for Delete a triggered web job by its ID for an app, or a deployment slot.
Delete Triggered Web Job Slot. Delete Vnet Connection. Description for Deletes a connection from an app or deployment slot to a named virtual network. Delete Vnet Connection Slot. Discover Backup Slot. Generate New Site Publishing Password. Get Auth Settings. Get Auth Settings Slot. Get Auth Settings V2. Get Auth Settings V2 Slot. Get Backup Configuration. Get Backup Configuration Slot. Get Backup Status. Get Backup Status Slot. Get Configuration. Get Configuration Slot. Get Configuration Snapshot.
Description for Gets a snapshot of the configuration of an app at a previous point in time. Get Configuration Snapshot Slot. Get Container Logs Zip. Get Container Logs Zip Slot. Get Continuous Web Job. Description for Gets a continuous web job by its ID for an app, or a deployment slot. Get Continuous Web Job Slot. Get Deployment Slot. Get Diagnostic Logs Configuration. Get Diagnostic Logs Configuration Slot. Get Domain Ownership Identifier.
Get Domain Ownership Identifier Slot. Get Ftp Allowed Slot. Description for Get function information by its ID for web site, or a deployment slot. Get Functions Admin Token. Get Functions Admin Token Slot. Get Host Name Binding. Description for Get the named hostname binding for an app or deployment slot, if specified.
Get Host Name Binding Slot. Get Hybrid Connection. Get Hybrid Connection Slot. Get Instance Function Slot. Get Instance Info. Get Instance Info Slot. Get Instance Ms Deploy Status. Get Instance Process.
Get Instance Process Dump. Get Instance Process Dump Slot. Get Instance Process Module. Get Instance Process Module Slot. Get Instance Process Slot. Get Migrate My Sql Status. Get MS Deploy Log. Get MS Deploy Status. Get Network Trace Operation. Get Network Trace Operation Slot. Get Network Trace Operation V2.
Get Network Traces. Get Network Traces Slot. Get Network Traces Slot V2. Get Network Traces V2. Get Premier Add On. Get Premier Add On Slot. Get Private Access. Get Private Access Slot. Get Private Endpoint Connection. Get Private Endpoint Connection List. Description for Gets the list of private endpoint connections associated with a site. Get Private Endpoint Connection Slot.
Get Private Link Resources. Get Private Link Resources Slot. Get Process Dump Slot. Get Process Module. Get Process Module Slot. Get Public Certificate.
Description for Get the named public certificate for an app or deployment slot, if specified. Get Public Certificate Slot. Get Relay Service Connection. Get Relay Service Connection Slot. Get Scm Allowed Slot. Get Site Extension. Description for Get site extension information by its ID for a web site, or a deployment slot. Get Site Extension Slot.
Get Source Control. Get Source Control Slot. Get Swift Virtual Network Connection. Get Triggered Web Job. Description for Gets a triggered web job by its ID for an app, or a deployment slot. Get Triggered Web Job History.
Description for Gets a triggered web job's history by its ID for an app, , or a deployment slot. Get Triggered Web Job Slot. Get Vnet Connection. Description for Gets a virtual network the app or deployment slot is connected to by name.
Get Vnet Connection Gateway. Get Vnet Connection Gateway Slot. Get Vnet Connection Slot. Get Web Site Container Logs. Install Site Extension. Install Site Extension Slot. Description for Shows whether an app can be cloned to another resource group or subscription. Is Cloneable Slot. List Application Settings. List Application Settings Slot. List Azure Storage Accounts. List Azure Storage Accounts Slot. List Backups Slot.
List Backup Status Secrets. List Backup Status Secrets Slot. List Basic Publishing Credentials Policies. List By Resource Group. List Configurations. List Configuration Snapshot Info. List Configuration Snapshot Info Slot. List Configurations Slot.
List Connection Strings. List Connection Strings Slot. List Continuous Web Jobs. List Continuous Web Jobs Slot. List Deployment Log. Description for List deployment log for specific deployment for an app, or a deployment slot. List Deployment Log Slot. List Deployments Slot. List Domain Ownership Identifiers. List Domain Ownership Identifiers Slot.
List Function Keys. Description for Get function keys for a function in a web site, or a deployment slot. List Function Keys Slot. List Function Secrets. Description for Get function secrets for a function in a web site, or a deployment slot. Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support. Feedback will be sent to Microsoft: By pressing the submit button, your feedback will be used to improve Microsoft products and services.
Privacy policy. Use an existing app that you have already deployed or create one by following the Building your first static site with Azure Static Web Apps quickstart. In Visual Studio Code, open the root of your app's repository. The folder structure contains the source for your frontend app and the Static Web Apps GitHub workflow in. By default, the Static Web Apps Visual Studio Code extension creates the project in a folder named api at the root of your repository.
If you're prompted to install the Azure Functions extension, install it and re-run this command. Your app now has a project structure similar to the following example. Next, change the message function to return a message to the frontend. If you used the quickstarts to create the app, use the following instructions to apply the updates.
Running the two parts of your application this way allows the CLI to serve your frontend's build output from a folder, and makes the API accessible to the running app. Adjust the arguments if your app has a different folder structure. Before you can deploy your app to Azure, update your repository's GitHub Actions workflow with the correct location of your API folder.
0コメント