3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Power Appsをバージョン管理(Azure DevOpsのgitで)

Posted at

はじめに

Power Apps で、GitHubやAzure DevOpsのgitリポジトリと連携することで、アプリのバージョン管理を行える機能がプレビュー機能として登場しました。
今日は、Azure DevOpsでバージョン管理を試してみたいとおもいます。

材料

  • Azure DevOpsのRepoのgitリポジトリ
  • Power Appsの開発環境

準備

  • 設定の近日公開予定の「バージョンコントロールの設定を表示する」をオンにします。
    001_バージョンコントロールの設定を表示するをオン.png

gitリポジトリとの接続設定

  • 設定の「Git バージョン管理」を押し、接続ボタンを押します。
    002_Git接続.png

  • git接続のための設定を行います

    • Git リポジトリのURL
      • https://****.git を指定します
    • 分岐
      • ブランチ名を指定します
    • ディレクトリ名
      • ソース内のフォルダ名を指定します

003_git接続のための設定.png

  • ID, password 入力します
    004_IDpass入力.png

  • gitリポジトリ接続設定が完了すると以下のような画面になります
    005_git接続完了.png

  • Azure DevOpsにもファイルが連携されています
    006_AzureDevopsのファイル連携.png

バージョン管理を試す

  • なにかアプリ内にボタンを配置して、アプリを保存します。
    007_ボタンを置く.png

  • すると、保存のタイミングで自動的にgit commitされます。

    • いままではだれが修正したかわからなかったので、修正者が出てくるのは助かります。
      008_コミット後.png

次回

  • 同時編集を試す予定です。
  • git用のボタンが増えているので、このボタンを押したらどうなるか試してみる予定です。

009_git関連ボタン.png

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?