Skip to content

Commit b2c7289

Browse files
committed
Add PM feedback
1 parent 3d800f0 commit b2c7289

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/connections/functions/environment.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ When you deploy your destination function in your workspace, you fill out the se
5757
With Functions Versioning, you can access a complete change history for each source or destination function. View version history and creation details, then use a unified or split display to compare code and restore previous versions of a function.
5858

5959
> info "Functions Versioning in Beta"
60-
> Functions Versioning is in beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available. [Contact Segment](https://segment.com/help/contact/){:target="_blank"} with any feedback or questions.
60+
> Functions Versioning is in beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available. Also note that Versioning is disabled in workspaces where you deploy source functions with multiple instances. [Contact Segment](https://segment.com/help/contact/){:target="_blank"} with any feedback or questions.
61+
6162

6263
### View and compare version history
6364

@@ -84,7 +85,7 @@ The `DEPLOYED` version is the function version that's currently deployed.
8485
### Restore a previous version
8586

8687
To restore a previous function version:
87-
88+
8889
1. Select the function you want to restore.
8990
2. Click **Restore this version**.
9091
- Segment creates a duplicate of the selected version and labels it as the `LATEST` version.
@@ -103,8 +104,8 @@ Here are some Public API use case examples:
103104

104105
**Create or update versions**: Create or update a function to add a version record and save the source code.
105106

106-
**Deploy a function**: Use the Public API to deploy a function. After you deploy, Segment marks the function version as `DEPLOYED`. Learn more about [version states](#latest-and-deployed-versions).
107-
`
107+
**Deploy a function**: Use the Public API to deploy a function. After you deploy, Segment marks the function version as `DEPLOYED`. Learn more about function version states [here](#latest-and-deployed-versions).
108+
108109
View Segment's [Public API](https://docs.segmentapis.com/tag/Functions){:target="_blank"} docs for more information on how to use Functions Versioning with the Public API.
109110

110111
## Functions permissions

0 commit comments

Comments
 (0)