部署和配置 ADF 之间的区别

Difference between deployment and provisioning ADF

每当我在 ADF 中创建新管道并单击 'deploy' 时,首先我会看到消息说 "deplyoing",紧接着我看到消息说 "provisioning"。有什么区别?

我们能否遇到部署管道但未预配的情况?

谢谢

在这种情况下,配置是部署过程的一部分。

当您开始部署 ADF 等解决方案时,Azure 将启动所需资源的配置,例如创建虚拟机、存储帐户等。

配置正确的资源后,将在资源上安装和配置选定的解决方案。

更笼统地说:

‘Deployment’ is the process of putting a new application, or new version of an application, onto a prepared application server.

If you are talking to a developer, it may also mean the process of preparing the server, perhaps by installing libraries or daemons. If you are talking to an operations professional, it DOES NOT. They use the word “provisioning” for that.

(Developers are going to keep using the word “deploy” for everything involved in getting our app and its dependencies installed. That’s cool. But don’t be surprised if you confuse your Ops guy.)

The word ‘Provisioning’ is normally used by Ops folks to refer to getting computers or virtual hosts to use, and installing needed libraries or services on them. They use the word for a lot of other things as well, such as buying access to network bandwidth, but you can probably ignore that.

The thing to remember is that ‘deployment’ does not, as a rule, include ‘provisioning’.

(此处有更多详细信息:http://codefol.io/posts/deployment-versus-provisioning-versus-orchestration