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
Record this connection string to provide to the function app. We will use it later when we ask for`<triggerConnectionString>`
165
164
166
-
1. To create the function app, use the following command. Replace `<app-name>`with the name you want to use. Replace `<acrinstance>`and`<imagename>`with the values from returned `package.location` earlier. Replace Replace `<triggerStorage>`with the name of the storage account:
165
+
1. To create the function app, use the following command. Replace `<app-name>`with the name you want to use. Replace `<acrinstance>`and`<imagename>`with the values from returned `package.location` earlier. Replace Replace `<webjobStorage>`with the name of the storage accountfrom the previous step:
> At this point, the function app has been created. However, since you haven't provided the connection string for the blob trigger or credentials to the Azure Container Registry that contains the image, the function app is not active. In the next steps, you provide the connection string and the authentication information for the container registry.
174
173
174
+
1. Create the storage account to use for the blob trigger storage and get it's connection string. Replace `<triggerStorage>` with the name you want to use.
Record this connection string to provide to the function app. We will use it later when we ask for`<triggerConnectionString>`
183
+
175
184
1. Create the containers for the inputand output in the storage account. Replace `<triggerConnectionString>`with the connection string returned earlier:
0 commit comments